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.cpp100 if (PB->isLayoutSuccessor(MBB) && PB->canFallThrough()) in isOnFallThroughPath()
151 if (MBB.isLayoutSuccessor(FirstSucc)) { in runOnMachineFunction()
154 } else if (MBB.isLayoutSuccessor(SecondSucc)) { in runOnMachineFunction()
181 bool case1 = LayoutSucc->isLayoutSuccessor(JumpAroundTarget); in runOnMachineFunction()
H A DHexagonInstrInfo.cpp480 MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch()
3827 if (!B.isLayoutSuccessor(SB)) in getDotNewPredJumpOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp129 if (Pred->canFallThrough() && Pred->isLayoutSuccessor(&ReturnMBB)) in processBlock()
149 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) { in processBlock()
H A DPPCPreEmitPeephole.cpp562 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
1241 if (!NMBB->isLayoutSuccessor(Succ)) { in SplitCriticalEdge()
H A DBranchFolding.cpp632 if (MBB1->isLayoutSuccessor(MBB2) && FullBlockTail2) in ProfitableToMerge()
634 if (MBB2->isLayoutSuccessor(MBB1) && FullBlockTail1) in ProfitableToMerge()
973 SameTails[0].getBlock()->isLayoutSuccessor(SameTails[1].getBlock()) && in TryTailMergeBlocks()
977 SameTails[1].getBlock()->isLayoutSuccessor( in TryTailMergeBlocks()
H A DShrinkWrap.cpp475 if (!BBToUpdate->isLayoutSuccessor(NMBB)) in updateTerminator()
H A DMachineBlockPlacement.cpp2209 ((Gains == BestGains) && Pred->isLayoutSuccessor(OldTop)))) { in findBestLoopTopHelper()
2344 (MBB->isLayoutSuccessor(Succ) && in findBestLoopExit()
3930 if (MBB.isLayoutSuccessor(Succ)) in run()
H A DTailDuplicator.cpp906 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
H A DEarlyIfConversion.cpp778 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.cpp247 if (!MBB.isLayoutSuccessor(TBB)) in replaceFuncletReturns()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp306 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch()
329 MBB.isLayoutSuccessor(TargetBB)) { in analyzeBranch()
/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.cpp200 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILateBranchLowering.cpp234 if (MBB.isLayoutSuccessor(MI.getOperand(0).getMBB())) { in run()
H A DSILowerControlFlow.cpp752 if (FallThrough && !FallThrough->isLayoutSuccessor(Succ)) { in removeMBBifRedundant()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp140 if (MBB.isLayoutSuccessor(UncondBranch.second)) { in AnalyzeBranchImpl()
197 if (AllowModify && MBB.isLayoutSuccessor(CondBranchTarget)) { in AnalyzeBranchImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp603 if (MBB.isLayoutSuccessor(Instruction->getOperand(0).getMBB())) { in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp260 if (!NewMBB.isLayoutSuccessor(&Succ)) { in splitEdge()
267 assert(NewMBB.isLayoutSuccessor(&Succ) && in splitEdge()
H A DX86FastISel.cpp1673 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) { in X86SelectBranch()
1742 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) { in X86SelectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1280 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in SelectBranch()
1312 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in SelectBranch()
1351 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in SelectBranch()
H A DARMLowOverheadLoops.cpp1726 if (BB->isLayoutSuccessor(Succ)) { in Expand()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h852 LLVM_ABI bool isLayoutSuccessor(const MachineBasicBlock *MBB) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2284 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in emitCompareAndBranch()
2413 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in selectBranch()
2494 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in selectBranch()

12