Lines Matching full:branches
1439 /// If the set of cases should be emitted as a series of branches, return true.
1501 // this as a sequence of branches instead of setcc's with and/or operations.
1605 // This is used to avoid emitting unnecessary branches to the next block.
1680 // This is used to avoid emitting unnecessary branches to the next block.
1738 // This is used to avoid emitting unnecessary branches to the next block.
1808 // This is used to avoid emitting unnecessary branches to the next block.
1976 // branches in this order. See if rearranging a case value would help.
2534 // target supports indirect branches, then emit a jump table rather than
2535 // lowering the switch to a binary tree of conditional branches.