Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp140 if (Pred->canFallThrough() && Pred->isLayoutSuccessor(&ReturnMBB)) in processBlock()
160 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) { in processBlock()
H A DPPCExpandISEL.cpp338 NewSuccessor = (MBBI != MBB->getLastNonDebugInstr() || !MBB->canFallThrough()) in reorganizeBlockLayout()
H A DPPCBranchCoalescing.cpp294 assert(Cand.BranchBlock->canFallThrough() && in canCoalesceBranch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp618 if (!MBB->succ_empty() && !MBB->canFallThrough()) in ProfitableToMerge()
622 return (MBB != &*MF->begin()) && std::prev(I)->canFallThrough(); in ProfitableToMerge()
1498 !MBB->canFallThrough()) { in OptimizeBlock()
1613 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock()
1692 if (!PrevBB.canFallThrough()) { in OptimizeBlock()
1695 bool CurFallsThru = MBB->canFallThrough(); in OptimizeBlock()
1705 if (PredBB != MBB && !PredBB->canFallThrough() && in OptimizeBlock()
1746 !SuccPrev->canFallThrough()) { in OptimizeBlock()
H A DTailDuplicator.cpp570 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate()
605 TailBB.canFallThrough()) in shouldTailDuplicate()
853 bool ShouldUpdateTerminators = TailBB->canFallThrough(); in tailDuplicate()
885 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
H A DMachineBlockPlacement.cpp2746 if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough()) in buildCFGChains()
2852 !PrevBB->canFallThrough()) && in buildCFGChains()
H A DMachineBasicBlock.cpp1019 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h859 bool canFallThrough();
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h925 bool canFallThrough() const { return MD.CanFallThrough; }
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp845 if (!MBB.canFallThrough()) in isImplicitFallthrough()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp365 PrevCanFallthough = MBB.canFallThrough(); in AlignBlocks()
H A DARMISelLowering.cpp12064 assert(BB->canFallThrough() && "Exit Block must be Fallthrough of the " in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1343 MBB.isEHPad(), const_cast<MachineBasicBlock &>(MBB).canFallThrough(), in getBBAddrMapMetadata()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7821 W.printBoolean("CanFallThrough", BBE.canFallThrough()); in printBBAddrMaps()