Lines Matching refs:FallThrough
93 /// HasFallThrough - True if BB may fallthrough to the following BB.
422 /// findFalseBlock - BB has a fallthrough. Find its 'false' successor given
643 // fallthrough.
762 // Unanalyzable or ends with fallthrough or unconditional branch, or if is not
777 // Do not ifcvt if true and false fallthrough blocks are the same.
1191 // Only merge them if the true block does not fallthrough to the false
1541 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL;
1545 // Fallthrough edge can't be transferred.
1546 if (Succ == FallThrough)
1577 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL;
1581 // Fallthrough edge can't be transferred.
1582 if (Succ == FallThrough)