Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp145 bool HasFallThrough : 1; member
160 IsBrReversible(false), HasFallThrough(false), in BBInfo()
411 return !BBI.HasFallThrough; in blockNeverFallThrough()
1055 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr; in AnalyzeBranches()
1598 BBI.HasFallThrough = false; in IfConvertSimple()
1746 BBI.HasFallThrough = false; in IfConvertTriangle()
2100 BBI.HasFallThrough = false; in IfConvertDiamond()
2217 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock()
2275 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks()
2366 ToBBI.HasFallThrough = FromBBI.HasFallThrough; in MergeBlocks()