Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp140 if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB)) in processBlock()
160 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) { in processBlock()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.cpp1156 !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()
DTailDuplication.cpp531 if (TailBB.canFallThrough()) in shouldTailDuplicate()
767 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in TailDuplicate()
DMachineBasicBlock.cpp458 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
/external/llvm/lib/CodeGen/
DBranchFolding.cpp1381 !MBB->canFallThrough()) { in OptimizeBlock()
1464 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock()
1535 if (!PrevBB.canFallThrough()) { in OptimizeBlock()
1539 bool CurFallsThru = MBB->canFallThrough(); in OptimizeBlock()
1548 if (PredBB != MBB && !PredBB->canFallThrough() && in OptimizeBlock()
1585 !SuccPrev->canFallThrough() && !CurUnAnalyzable && in OptimizeBlock()
DTailDuplicator.cpp510 if (TailBB.canFallThrough()) in shouldTailDuplicate()
758 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
DMachineBasicBlock.cpp474 if (canFallThrough()) { in updateTerminator()
676 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
DMachineBlockPlacement.cpp1421 if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough()) in buildCFGChains()
/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp206 if (!UncondTarget->canFallThrough()) { in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineBasicBlock.h305 bool canFallThrough();
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h455 bool canFallThrough();