Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DBranchFolding.cpp1330 !MBB->canFallThrough()) { in OptimizeBlock()
1421 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock()
1492 if (!PrevBB.canFallThrough()) { in OptimizeBlock()
1496 bool CurFallsThru = MBB->canFallThrough(); in OptimizeBlock()
1508 if (PredBB != MBB && !PredBB->canFallThrough() && in OptimizeBlock()
1548 !SuccPrev->canFallThrough() && !CurUnAnalyzable && in OptimizeBlock()
DTailDuplication.cpp551 if (TailBB.canFallThrough()) in shouldTailDuplicate()
785 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in TailDuplicate()
DMachineBasicBlock.cpp446 if (!FallthroughBB && canFallThrough()) { in updateTerminator()
625 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
DMachineBlockPlacement.cpp900 if (!TII->AnalyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough()) in buildCFGChains()
/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp202 if (!UncondTarget->canFallThrough()) { in runOnMachineFunction()
/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp136 if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB)) in processBlock()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h437 bool canFallThrough();