Home
last modified time | relevance | path

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

/external/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.cpp530 if (TailBB.canFallThrough()) in shouldTailDuplicate()
766 if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in TailDuplicate()
DMachineBasicBlock.cpp458 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h305 bool canFallThrough();