Home
last modified time | relevance | path

Searched refs:HasFallThrough (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp140 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()
[all …]