Lines Matching refs:HasFallThrough
141 bool HasFallThrough : 1; member
156 IsBrReversible(false), HasFallThrough(false), in BBInfo()
1039 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr; in AnalyzeBranches()
1592 BBI.HasFallThrough = false; in IfConvertSimple()
1735 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1741 BBI.HasFallThrough = false; in IfConvertTriangle()
2076 bool CanMergeTail = !TailBBI.HasFallThrough && in IfConvertDiamond()
2100 BBI.HasFallThrough = false; in IfConvertDiamond()
2218 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock()
2267 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks()
2358 ToBBI.HasFallThrough = FromBBI.HasFallThrough; in MergeBlocks()