Lines Matching refs:HasFallThrough
139 bool HasFallThrough : 1; member
154 IsBrReversible(false), HasFallThrough(false), in BBInfo()
1036 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr; in AnalyzeBranches()
1579 BBI.HasFallThrough = false; in IfConvertSimple()
1722 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1728 BBI.HasFallThrough = false; in IfConvertTriangle()
2061 bool CanMergeTail = !TailBBI.HasFallThrough && in IfConvertDiamond()
2085 BBI.HasFallThrough = false; in IfConvertDiamond()
2203 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock()
2261 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks()
2352 ToBBI.HasFallThrough = FromBBI.HasFallThrough; in MergeBlocks()