Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp108 if (MBB->canFallThrough()) in isOnFallThroughPath()
111 if (PB->isLayoutSuccessor(MBB) && PB->canFallThrough()) in isOnFallThroughPath()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp140 if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB)) in processBlock()
160 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) { in processBlock()
H A DPPCExpandISEL.cpp339 NewSuccessor = (MBBI != MBB->getLastNonDebugInstr() || !MBB->canFallThrough()) in reorganizeBlockLayout()
H A DPPCBranchCoalescing.cpp294 assert(Cand.BranchBlock->canFallThrough() && in canCoalesceBranch()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp694 if (MBB->succ_size() != 0 && !MBB->canFallThrough()) in ProfitableToMerge()
698 return (MBB != &*MF->begin()) && std::prev(I)->canFallThrough(); in ProfitableToMerge()
1567 !MBB->canFallThrough()) { in OptimizeBlock()
1687 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock()
1758 if (!PrevBB.canFallThrough()) { in OptimizeBlock()
1761 bool CurFallsThru = MBB->canFallThrough(); in OptimizeBlock()
1770 if (PredBB != MBB && !PredBB->canFallThrough() && in OptimizeBlock()
1807 !SuccPrev->canFallThrough() && !CurUnAnalyzable && in OptimizeBlock()
H A DTailDuplicator.cpp548 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate()
575 TailBB.canFallThrough()) in shouldTailDuplicate()
828 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
H A DMachineBasicBlock.cpp593 if (canFallThrough()) { in updateTerminator()
866 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
H A DMachineBlockPlacement.cpp2326 if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough()) in buildCFGChains()
2418 !PrevBB->canFallThrough()) && in buildCFGChains()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h522 bool canFallThrough();