Searched refs:HasFallThrough (Results 1 – 1 of 1) sorted by relevance
115 bool HasFallThrough : 1; member129 HasFallThrough(false), IsUnpredicable(false), in BBInfo()654 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr; in ScanInstructions()1129 BBI.HasFallThrough = false; in IfConvertSimple()1275 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()1281 BBI.HasFallThrough = false; in IfConvertTriangle()1489 bool CanMergeTail = !TailBBI.HasFallThrough && in IfConvertDiamond()1507 BBI.HasFallThrough = false; in IfConvertDiamond()1633 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock()1674 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks()[all …]