Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp108 if (MBB->canFallThrough()) in isOnFallThroughPath()
111 if (PB->isLayoutSuccessor(MBB) && PB->canFallThrough()) in isOnFallThroughPath()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
1484 !MBB->canFallThrough()) { in OptimizeBlock()
1598 bool PredHasNoFallThrough = !PrevBB.canFallThrough(); in OptimizeBlock()
1668 if (!PrevBB.canFallThrough()) { in OptimizeBlock()
1671 bool CurFallsThru = MBB->canFallThrough(); in OptimizeBlock()
1681 if (PredBB != MBB && !PredBB->canFallThrough() && in OptimizeBlock()
1722 !SuccPrev->canFallThrough()) { in OptimizeBlock()
H A DTailDuplicator.cpp556 if (!LayoutMode && TailBB.canFallThrough()) in shouldTailDuplicate()
583 TailBB.canFallThrough()) in shouldTailDuplicate()
829 bool ShouldUpdateTerminators = TailBB->canFallThrough(); in tailDuplicate()
861 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.cpp987 bool MachineBasicBlock::canFallThrough() { in canFallThrough() function in MachineBasicBlock
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h121 bool canFallThrough(const Instr &InstrMeta) const;
H A DFileAnalysis.cpp185 bool FileAnalysis::canFallThrough(const Instr &InstrMeta) const { in canFallThrough() function in llvm::cfi_verify::FileAnalysis
235 if (PrevInstruction && canFallThrough(*PrevInstruction)) in getDirectControlFlowXRefs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h733 bool canFallThrough();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp360 PrevCanFallthough = MBB.canFallThrough(); in AlignBlocks()
H A DARMISelLowering.cpp11328 assert(BB->canFallThrough() && "Exit Block must be Fallthrough of the " in EmitInstrWithCustomInserter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1125 (const_cast<MachineBasicBlock &>(MBB).canFallThrough() << 3); in getBBAddrMapMetadata()