Searched refs:HasFallThrough (Results 1 – 2 of 2) sorted by relevance
108 bool HasFallThrough : 1; member122 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()[all …]
117 bool HasFallThrough : 1; member131 HasFallThrough(false), IsUnpredicable(false), in BBInfo()659 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr; in ScanInstructions()1169 BBI.HasFallThrough = false; in IfConvertSimple()1315 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()1321 BBI.HasFallThrough = false; in IfConvertTriangle()1548 bool CanMergeTail = !TailBBI.HasFallThrough && in IfConvertDiamond()1572 BBI.HasFallThrough = false; in IfConvertDiamond()1697 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock()1746 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks()[all …]