Home
last modified time | relevance | path

Searched refs:getLoopPredecessor (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCLoopInstrFormPrep.cpp540 BasicBlock *LoopPredecessor = L->getLoopPredecessor(); in rewriteLoadStores()
732 BasicBlock *PredBB = L->getLoopPredecessor(); in alreadyPrepared()
803 BasicBlock *LoopPredecessor = L->getLoopPredecessor(); in runOnLoop()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineLICM.cpp327 if (!CurLoop->getLoopPredecessor()) in INITIALIZE_PASS_DEPENDENCY()
331 if (L->getLoopPredecessor()) in INITIALIZE_PASS_DEPENDENCY()
1559 MachineBasicBlock *Pred = CurLoop->getLoopPredecessor(); in getCurPreheader()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLoopInfoImpl.h163 BlockT *Out = getLoopPredecessor(); in getLoopPreheader()
188 BlockT *LoopBase<BlockT, LoopT>::getLoopPredecessor() const { in getLoopPredecessor() function
HDLoopInfo.h306 BlockT *getLoopPredecessor() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGuardWidening.cpp785 BasicBlock *RootBB = L.getLoopPredecessor(); in run()
840 BasicBlock *RootBB = L->getLoopPredecessor(); in runOnLoop()
HDLoopInterchange.cpp300 if (L->getLoopLatch() == nullptr || L->getLoopPredecessor() == nullptr) in getInductionVariable()
681 if (!L->getLoopLatch() || !L->getLoopPredecessor()) in findInductionAndReductions()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyIndVar.cpp212 if (auto *BB = L->getLoopPredecessor()) { in makeIVComparisonInvariant()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp7638 const BasicBlock *Predecessor = L->getLoopPredecessor(); in computeShiftCompareExitLimit()
8923 return {L->getLoopPredecessor(), L->getHeader()}; in getPredecessorWithUniqueSuccessorForBB()
9701 Pair(L->getLoopPredecessor(), L->getHeader()); in isLoopEntryGuardedByCond()
10149 auto *Predecessor = RLoop->getLoopPredecessor(); in isImpliedViaMerge()