Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp115 bool HasFallThrough : 1; member
129 HasFallThrough(false), IsUnpredicable(false), in BBInfo()
649 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == nullptr; in ScanInstructions()
1085 BBI.HasFallThrough = false; in IfConvertSimple()
1254 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough && in IfConvertTriangle()
1260 BBI.HasFallThrough = false; in IfConvertTriangle()
1473 bool CanMergeTail = !TailBBI.HasFallThrough && in IfConvertDiamond()
1491 BBI.HasFallThrough = false; in IfConvertDiamond()
1618 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in CopyAndPredicateBlock()
1653 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : nullptr; in MergeBlocks()
[all …]