Searched refs:HasFallThrough (Results 1 – 1 of 1) sorted by relevance
139 bool HasFallThrough : 1; member154 IsBrReversible(false), HasFallThrough(false), in BBInfo()1035 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr; in AnalyzeBranches()1578 BBI.HasFallThrough = false; in IfConvertSimple()1721 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()1727 BBI.HasFallThrough = false; in IfConvertTriangle()2060 bool CanMergeTail = !TailBBI.HasFallThrough && in IfConvertDiamond()2084 BBI.HasFallThrough = false; in IfConvertDiamond()2202 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock()2260 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks()[all …]