reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1034 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr; 1587 BBI.HasFallThrough = false; 1730 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && 1736 BBI.HasFallThrough = false; 2071 bool CanMergeTail = !TailBBI.HasFallThrough && 2095 BBI.HasFallThrough = false; 2213 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; 2263 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; 2352 ToBBI.HasFallThrough = FromBBI.HasFallThrough; 2352 ToBBI.HasFallThrough = FromBBI.HasFallThrough;