Searched refs:etrue (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-reassoc.cc | 6970 edge etrue = make_edge (cond_bb, merge_bb, EDGE_TRUE_VALUE); in branch_fixup() local 6971 etrue->probability = profile_probability::even (); in branch_fixup() 6974 efalse->probability -= etrue->probability; in branch_fixup() 6975 then_bb->count -= etrue->count (); in branch_fixup() 6986 add_phi_arg (phi, build_one_cst (TREE_TYPE (lhs)), etrue, loc); in branch_fixup()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-reassoc.c | 6548 edge etrue = make_edge (cond_bb, merge_bb, EDGE_TRUE_VALUE); in branch_fixup() local 6549 etrue->probability = profile_probability::even (); in branch_fixup() 6552 efalse->probability -= etrue->probability; in branch_fixup() 6553 then_bb->count -= etrue->count (); in branch_fixup() 6564 add_phi_arg (phi, build_one_cst (TREE_TYPE (lhs)), etrue, loc); in branch_fixup()
|