Home
last modified time | relevance | path

Searched refs:isLayoutSuccessor (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp111 if (PB->isLayoutSuccessor(MBB) && PB->canFallThrough()) in isOnFallThroughPath()
162 if (MBB.isLayoutSuccessor(FirstSucc)) { in runOnMachineFunction()
165 } else if (MBB.isLayoutSuccessor(SecondSucc)) { in runOnMachineFunction()
192 bool case1 = LayoutSucc->isLayoutSuccessor(JumpAroundTarget); in runOnMachineFunction()
/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.cpp354 if (MBB->isLayoutSuccessor(Succ)) { in reorganizeBlockLayout()
H A DPPCPreEmitPeephole.cpp566 if (!MBB.isLayoutSuccessor(Br->getOperand(1).getMBB())) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp711 if (isLayoutSuccessor(TBB)) in updateTerminator()
727 if (!isLayoutSuccessor(PreviousLayoutSuccessor)) in updateTerminator()
737 if (isLayoutSuccessor(TBB)) { in updateTerminator()
742 } else if (isLayoutSuccessor(FBB)) { in updateTerminator()
759 if (!isLayoutSuccessor(TBB)) { in updateTerminator()
767 if (isLayoutSuccessor(TBB)) { in updateTerminator()
776 } else if (!isLayoutSuccessor(PreviousLayoutSuccessor)) { in updateTerminator()
962 bool MachineBasicBlock::isLayoutSuccessor(const MachineBasicBlock *MBB) const { in isLayoutSuccessor() function in MachineBasicBlock
1232 if (!NMBB->isLayoutSuccessor(Succ)) { in SplitCriticalEdge()
H A DBranchFolding.cpp607 if (MBB1->isLayoutSuccessor(MBB2) && FullBlockTail2) in ProfitableToMerge()
609 if (MBB2->isLayoutSuccessor(MBB1) && FullBlockTail1) in ProfitableToMerge()
943 SameTails[0].getBlock()->isLayoutSuccessor(SameTails[1].getBlock()) && in TryTailMergeBlocks()
947 SameTails[1].getBlock()->isLayoutSuccessor( in TryTailMergeBlocks()
H A DShrinkWrap.cpp472 if (!BBToUpdate->isLayoutSuccessor(NMBB)) in updateTerminator()
H A DMachineBlockPlacement.cpp2154 ((Gains == BestGains) && Pred->isLayoutSuccessor(OldTop)))) { in findBestLoopTopHelper()
2291 (MBB->isLayoutSuccessor(Succ) && in findBestLoopExit()
3768 if (MBB.isLayoutSuccessor(Succ)) in INITIALIZE_PASS_DEPENDENCY()
H A DTailDuplicator.cpp885 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
H A DEarlyIfConversion.cpp736 if (!ExtraPreds && Head->isLayoutSuccessor(Tail)) { in convertIf()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp421 if (Entries.count(Entry) && Pred->isLayoutSuccessor(Entry)) in makeSingleEntryLoop()
445 MF.insert(Pred->isLayoutSuccessor(Entry) in makeSingleEntryLoop()
H A DWebAssemblyLateEHPrepare.cpp241 if (!MBB.isLayoutSuccessor(TBB)) in replaceFuncletReturns()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp309 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch()
332 MBB.isLayoutSuccessor(TargetBB)) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILateBranchLowering.cpp167 if (MBB.isLayoutSuccessor(MI.getOperand(0).getMBB())) { in runOnMachineFunction()
H A DSILowerControlFlow.cpp743 if (FallThrough && !FallThrough->isLayoutSuccessor(Succ)) { in removeMBBifRedundant()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp202 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp205 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp138 if (MBB.isLayoutSuccessor(UncondBranch.second)) { in AnalyzeBranchImpl()
195 if (AllowModify && MBB.isLayoutSuccessor(CondBranchTarget)) { in AnalyzeBranchImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp602 if (MBB.isLayoutSuccessor(Instruction->getOperand(0).getMBB())) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp262 if (!NewMBB.isLayoutSuccessor(&Succ)) { in splitEdge()
269 assert(NewMBB.isLayoutSuccessor(&Succ) && in splitEdge()
H A DX86FastISel.cpp1672 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) { in X86SelectBranch()
1740 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) { in X86SelectBranch()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h822 bool isLayoutSuccessor(const MachineBasicBlock *MBB) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1238 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in SelectBranch()
1270 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in SelectBranch()
1308 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in SelectBranch()
H A DARMLowOverheadLoops.cpp1732 if (BB->isLayoutSuccessor(Succ)) { in Expand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2286 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in emitCompareAndBranch()
2415 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in selectBranch()
2496 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in selectBranch()

12