Lines Matching full:branch
19 // branch "splits" into a "true block" and a "false block". Either of these
91 cl::init(false), cl::desc("Enable branch probability info"));
235 // The second terminator should be an unconditional branch.
240 // XXX merge if T1B == NextB, or convert branch to unconditional.
267 // an unconditional branch (which can be predicated), or with a fall-
474 // Do not IfCovert if the branch is one sided.
752 // Predicate/speculate non-branch instructions from FromB into block ToB.
754 // FromB should have at most one branch, and it should be unconditional.
1028 // with an unconditional branch, we won't need to touch the terminators.