Searched refs:canFallThrough (Results 1 – 4 of 4) sorted by relevance
1156 !MBB->canFallThrough()) { in OptimizeBlock()1244 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock()1313 if (!PrevBB.canFallThrough()) { in OptimizeBlock()1317 bool CurFallsThru = MBB->canFallThrough(); in OptimizeBlock()1329 if (PredBB != MBB && !PredBB->canFallThrough() && in OptimizeBlock()1368 !SuccPrev->canFallThrough() && !CurUnAnalyzable && in OptimizeBlock()
530 if (TailBB.canFallThrough()) in shouldTailDuplicate()766 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in TailDuplicate()
458 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
305 bool canFallThrough();