Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp143 bool HasFallThrough : 1; member
158 IsBrReversible(false), HasFallThrough(false), in BBInfo()
1041 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr; in AnalyzeBranches()
1594 BBI.HasFallThrough = false; in IfConvertSimple()
1737 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1743 BBI.HasFallThrough = false; in IfConvertTriangle()
2078 bool CanMergeTail = !TailBBI.HasFallThrough && in IfConvertDiamond()
2102 BBI.HasFallThrough = false; in IfConvertDiamond()
2220 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock()
2269 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks()
[all …]