Lines Matching refs:HasFallThrough
140 bool HasFallThrough : 1; member
155 IsBrReversible(false), HasFallThrough(false), in BBInfo()
919 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr; in AnalyzeBranches()
1476 BBI.HasFallThrough = false; in IfConvertSimple()
1619 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1625 BBI.HasFallThrough = false; in IfConvertTriangle()
1948 bool CanMergeTail = !TailBBI.HasFallThrough && in IfConvertDiamond()
1972 BBI.HasFallThrough = false; in IfConvertDiamond()
2086 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock()
2136 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks()
2225 ToBBI.HasFallThrough = FromBBI.HasFallThrough; in MergeBlocks()