Lines Matching refs:HasFallThrough
108 bool HasFallThrough : 1; member
122 HasFallThrough(false), IsUnpredicable(false), in BBInfo()
630 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == NULL; in ScanInstructions()
1062 BBI.HasFallThrough = false; in IfConvertSimple()
1173 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough) { in IfConvertTriangle()
1178 BBI.HasFallThrough = false; in IfConvertTriangle()
1323 bool CanMergeTail = !TailBBI.HasFallThrough; in IfConvertDiamond()
1340 BBI.HasFallThrough = false; in IfConvertDiamond()
1430 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL; in CopyAndPredicateBlock()
1463 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL; in MergeBlocks()
1491 ToBBI.HasFallThrough = FromBBI.HasFallThrough; in MergeBlocks()