Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp141 bool HasFallThrough : 1; member
156 IsBrReversible(false), HasFallThrough(false), in BBInfo()
1039 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr; in AnalyzeBranches()
1592 BBI.HasFallThrough = false; in IfConvertSimple()
1735 NextMBB.pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1741 BBI.HasFallThrough = false; in IfConvertTriangle()
2076 bool CanMergeTail = !TailBBI.HasFallThrough && in IfConvertDiamond()
2100 BBI.HasFallThrough = false; in IfConvertDiamond()
2218 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock()
2276 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks()
[all …]