Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp109 bool HasFallThrough : 1; member
123 HasFallThrough(false), IsUnpredicable(false), in BBInfo()
638 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == NULL; in ScanInstructions()
1068 BBI.HasFallThrough = false; in IfConvertSimple()
1179 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough) { in IfConvertTriangle()
1184 BBI.HasFallThrough = false; in IfConvertTriangle()
1377 bool CanMergeTail = !TailBBI.HasFallThrough; in IfConvertDiamond()
1394 BBI.HasFallThrough = false; in IfConvertDiamond()
1519 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL; in CopyAndPredicateBlock()
1552 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough ? NBB : NULL; in MergeBlocks()
[all …]