Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:HasFallThrough

100     /// HasFallThrough  - True if BB may fallthrough to the following BB.
117 bool HasFallThrough : 1;
131 HasFallThrough(false), IsUnpredicable(false),
659 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr;
1169 BBI.HasFallThrough = false;
1315 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough &&
1321 BBI.HasFallThrough = false;
1548 bool CanMergeTail = !TailBBI.HasFallThrough &&
1572 BBI.HasFallThrough = false;
1697 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr;
1746 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr;
1836 ToBBI.HasFallThrough = FromBBI.HasFallThrough;