Searched refs:verify_gimple_comparison (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-cfg.c | 3266 verify_gimple_comparison (tree type, tree op0, tree op1) in verify_gimple_comparison() function 3716 return verify_gimple_comparison (lhs_type, rhs1, rhs2); in verify_gimple_assign_binary() 4217 return verify_gimple_comparison (boolean_type_node, in verify_gimple_stmt()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-cfg.c | 3728 verify_gimple_comparison (tree type, tree op0, tree op1, enum tree_code code) in verify_gimple_comparison() function 4174 return verify_gimple_comparison (lhs_type, rhs1, rhs2, rhs_code); in verify_gimple_assign_binary() 5036 return verify_gimple_comparison (boolean_type_node, in verify_gimple_cond()
|