Searched refs:HasFallThrough (Results 1 – 1 of 1) sorted by relevance
109 bool HasFallThrough : 1; member123 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 …]