Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCEarlyReturn.cpp140 if (Pred->canFallThrough() && Pred->isLayoutSuccessor(&ReturnMBB)) in processBlock()
160 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) { in processBlock()
HDPPCExpandISEL.cpp338 NewSuccessor = (MBBI != MBB->getLastNonDebugInstr() || !MBB->canFallThrough()) in reorganizeBlockLayout()
HDPPCBranchCoalescing.cpp294 assert(Cand.BranchBlock->canFallThrough() && in canCoalesceBranch()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonCFGOptimizer.cpp108 if (MBB->canFallThrough()) in isOnFallThroughPath()
111 if (PB->isLayoutSuccessor(MBB) && PB->canFallThrough()) in isOnFallThroughPath()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDBranchFolding.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()
HDTailDuplicator.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()
HDMachineBlockPlacement.cpp2746 if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough()) in buildCFGChains()
2852 !PrevBB->canFallThrough()) && in buildCFGChains()
HDMachineBasicBlock.cpp1019 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineBasicBlock.h859 bool canFallThrough();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDELFTypes.h925 bool canFallThrough() const { return MD.CanFallThrough; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVPreLegalizer.cpp845 if (!MBB.canFallThrough()) in isImplicitFallthrough()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantIslandPass.cpp365 PrevCanFallthough = MBB.canFallThrough(); in AlignBlocks()
HDARMISelLowering.cpp12064 assert(BB->canFallThrough() && "Exit Block must be Fallthrough of the " in EmitInstrWithCustomInserter()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1343 MBB.isEHPad(), const_cast<MachineBasicBlock &>(MBB).canFallThrough(), in getBBAddrMapMetadata()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp7821 W.printBoolean("CanFallThrough", BBE.canFallThrough()); in printBBAddrMaps()