Home | History | Annotate | Download | only in CodeGen

Lines Matching full:fallthrough

91     /// HasFallThrough  - True if BB may fallthrough to the following BB.
413 /// findFalseBlock - BB has a fallthrough. Find its 'false' successor given
634 // fallthrough.
754 // Unanalyzable or ends with fallthrough or unconditional branch, or if is not
769 // Do not ifcvt if true and false fallthrough blocks are the same.
1169 // Only merge them if the true block does not fallthrough to the false
1430 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL;
1434 // Fallthrough edge can't be transferred.
1435 if (Succ == FallThrough)
1463 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL;
1467 // Fallthrough edge can't be transferred.
1468 if (Succ == FallThrough)