Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp687 if (isLayoutSuccessor(TBB)) in updateTerminator()
703 if (!isLayoutSuccessor(PreviousLayoutSuccessor)) in updateTerminator()
713 if (isLayoutSuccessor(TBB)) { in updateTerminator()
718 } else if (isLayoutSuccessor(FBB)) { in updateTerminator()
735 if (!isLayoutSuccessor(TBB)) { in updateTerminator()
743 if (isLayoutSuccessor(TBB)) { in updateTerminator()
752 } else if (!isLayoutSuccessor(PreviousLayoutSuccessor)) { in updateTerminator()
938 bool MachineBasicBlock::isLayoutSuccessor(const MachineBasicBlock *MBB) const { in isLayoutSuccessor() function in MachineBasicBlock
1128 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()
933 SameTails[0].getBlock()->isLayoutSuccessor(SameTails[1].getBlock()) && in TryTailMergeBlocks()
937 SameTails[1].getBlock()->isLayoutSuccessor( in TryTailMergeBlocks()
H A DMachineBlockPlacement.cpp2117 ((Gains == BestGains) && Pred->isLayoutSuccessor(OldTop)))) { in findBestLoopTopHelper()
2254 (MBB->isLayoutSuccessor(Succ) && in findBestLoopExit()
3691 if (MBB.isLayoutSuccessor(Succ)) in INITIALIZE_PASS_DEPENDENCY()
H A DTailDuplicator.cpp865 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
H A DEarlyIfConversion.cpp738 if (!ExtraPreds && Head->isLayoutSuccessor(Tail)) { in convertIf()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp304 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch()
327 MBB.isLayoutSuccessor(TargetBB)) { in analyzeBranch()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILateBranchLowering.cpp154 if (MBB.isLayoutSuccessor(MI.getOperand(0).getMBB())) { in runOnMachineFunction()
H A DSILowerControlFlow.cpp823 if (FallThrough && !FallThrough->isLayoutSuccessor(Succ)) { in removeMBBifRedundant()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp202 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch()
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp205 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp138 if (MBB.isLayoutSuccessor(UncondBranch.second)) { in AnalyzeBranchImpl()
195 if (AllowModify && MBB.isLayoutSuccessor(CondBranchTarget)) { in AnalyzeBranchImpl()
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp601 if (MBB.isLayoutSuccessor(Instruction->getOperand(0).getMBB())) { in analyzeBranch()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp263 if (!NewMBB.isLayoutSuccessor(&Succ)) { in splitEdge()
270 assert(NewMBB.isLayoutSuccessor(&Succ) && in splitEdge()
H A DX86FastISel.cpp1674 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) { in X86SelectBranch()
1742 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) { in X86SelectBranch()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h783 bool isLayoutSuccessor(const MachineBasicBlock *MBB) const;
/openbsd/gnu/llvm/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.cpp1751 if (BB->isLayoutSuccessor(Succ)) { in Expand()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp578 if (!Pred->isLayoutSuccessor(MBB)) in isBlockOnlyReachableByFallthrough()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2291 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in emitCompareAndBranch()
2420 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in selectBranch()
2501 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in selectBranch()

12