Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp108 if (MBB->canFallThrough()) in isOnFallThroughPath()
111 if (PB->isLayoutSuccessor(MBB) && PB->canFallThrough()) in isOnFallThroughPath()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp141 if ((*PI)->canFallThrough() && (*PI)->isLayoutSuccessor(&ReturnMBB)) in processBlock()
161 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) { in processBlock()
H A DPPCExpandISEL.cpp338 NewSuccessor = (MBBI != MBB->getLastNonDebugInstr() || !MBB->canFallThrough()) in reorganizeBlockLayout()
H A DPPCBranchCoalescing.cpp295 assert(Cand.BranchBlock->canFallThrough() && in canCoalesceBranch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp614 if (MBB->succ_size() != 0 && !MBB->canFallThrough()) in ProfitableToMerge()
618 return (MBB != &*MF->begin()) && std::prev(I)->canFallThrough(); in ProfitableToMerge()
1474 !MBB->canFallThrough()) { in OptimizeBlock()
1588 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock()
1658 if (!PrevBB.canFallThrough()) { in OptimizeBlock()
1661 bool CurFallsThru = MBB->canFallThrough(); in OptimizeBlock()
1671 if (PredBB != MBB && !PredBB->canFallThrough() && in OptimizeBlock()
1712 !SuccPrev->canFallThrough()) { in OptimizeBlock()
H A DTailDuplicator.cpp561 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate()
588 TailBB.canFallThrough()) in shouldTailDuplicate()
828 bool ShouldUpdateTerminators = TailBB->canFallThrough(); in tailDuplicate()
860 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
H A DMachineBlockPlacement.cpp2676 if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough()) in buildCFGChains()
2782 !PrevBB->canFallThrough()) && in buildCFGChains()
H A DMachineBasicBlock.cpp961 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h729 bool canFallThrough();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp360 PrevCanFallthough = MBB.canFallThrough(); in AlignBlocks()
H A DARMISelLowering.cpp11615 assert(BB->canFallThrough() && "Exit Block must be Fallthrough of the " in EmitInstrWithCustomInserter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1139 (const_cast<MachineBasicBlock &>(MBB).canFallThrough() << 3); in getBBAddrMapMetadata()