/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonCFGOptimizer.cpp | 111 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 D | PPCEarlyReturn.cpp | 140 if (Pred->canFallThrough() && Pred->isLayoutSuccessor(&ReturnMBB)) in processBlock() 160 if (PrevMBB.isLayoutSuccessor(&ReturnMBB) && PrevMBB.canFallThrough()) { in processBlock()
|
H A D | PPCExpandISEL.cpp | 354 if (MBB->isLayoutSuccessor(Succ)) { in reorganizeBlockLayout()
|
H A D | PPCPreEmitPeephole.cpp | 566 if (!MBB.isLayoutSuccessor(Br->getOperand(1).getMBB())) { in runOnMachineFunction()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 687 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 D | BranchFolding.cpp | 607 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 D | MachineBlockPlacement.cpp | 2117 ((Gains == BestGains) && Pred->isLayoutSuccessor(OldTop)))) { in findBestLoopTopHelper() 2254 (MBB->isLayoutSuccessor(Succ) && in findBestLoopExit() 3691 if (MBB.isLayoutSuccessor(Succ)) in INITIALIZE_PASS_DEPENDENCY()
|
H A D | TailDuplicator.cpp | 865 else if (PredBB->isLayoutSuccessor(TailBB) && PredBB->canFallThrough()) in tailDuplicate()
|
H A D | EarlyIfConversion.cpp | 738 if (!ExtraPreds && Head->isLayoutSuccessor(Tail)) { in convertIf()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 421 if (Entries.count(Entry) && Pred->isLayoutSuccessor(Entry)) in makeSingleEntryLoop() 445 MF.insert(Pred->isLayoutSuccessor(Entry) in makeSingleEntryLoop()
|
H A D | WebAssemblyLateEHPrepare.cpp | 241 if (!MBB.isLayoutSuccessor(TBB)) in replaceFuncletReturns()
|
/openbsd/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.cpp | 304 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch() 327 MBB.isLayoutSuccessor(TargetBB)) { in analyzeBranch()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SILateBranchLowering.cpp | 154 if (MBB.isLayoutSuccessor(MI.getOperand(0).getMBB())) { in runOnMachineFunction()
|
H A D | SILowerControlFlow.cpp | 823 if (FallThrough && !FallThrough->isLayoutSuccessor(Succ)) { in removeMBBifRedundant()
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFInstrInfo.cpp | 202 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch()
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrInfo.cpp | 205 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { in analyzeBranch()
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 138 if (MBB.isLayoutSuccessor(UncondBranch.second)) { in AnalyzeBranchImpl() 195 if (AllowModify && MBB.isLayoutSuccessor(CondBranchTarget)) { in AnalyzeBranchImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.cpp | 601 if (MBB.isLayoutSuccessor(Instruction->getOperand(0).getMBB())) { in analyzeBranch()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86SpeculativeLoadHardening.cpp | 263 if (!NewMBB.isLayoutSuccessor(&Succ)) { in splitEdge() 270 assert(NewMBB.isLayoutSuccessor(&Succ) && in splitEdge()
|
H A D | X86FastISel.cpp | 1674 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) { in X86SelectBranch() 1742 if (FuncInfo.MBB->isLayoutSuccessor(TrueMBB)) { in X86SelectBranch()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 783 bool isLayoutSuccessor(const MachineBasicBlock *MBB) const;
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1238 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 D | ARMLowOverheadLoops.cpp | 1751 if (BB->isLayoutSuccessor(Succ)) { in Expand()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 578 if (!Pred->isLayoutSuccessor(MBB)) in isBlockOnlyReachableByFallthrough()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 2291 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in emitCompareAndBranch() 2420 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in selectBranch() 2501 if (FuncInfo.MBB->isLayoutSuccessor(TBB)) { in selectBranch()
|