Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp540 BasicBlock *LoopPredecessor = L->getLoopPredecessor(); in rewriteLoadStores()
732 BasicBlock *PredBB = L->getLoopPredecessor(); in alreadyPrepared()
803 BasicBlock *LoopPredecessor = L->getLoopPredecessor(); in runOnLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLICM.cpp327 if (!CurLoop->getLoopPredecessor()) in INITIALIZE_PASS_DEPENDENCY()
331 if (L->getLoopPredecessor()) in INITIALIZE_PASS_DEPENDENCY()
1559 MachineBasicBlock *Pred = CurLoop->getLoopPredecessor(); in getCurPreheader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp785 BasicBlock *RootBB = L.getLoopPredecessor(); in run()
840 BasicBlock *RootBB = L->getLoopPredecessor(); in runOnLoop()
DLoopInterchange.cpp300 if (L->getLoopLatch() == nullptr || L->getLoopPredecessor() == nullptr) in getInductionVariable()
681 if (!L->getLoopLatch() || !L->getLoopPredecessor()) in findInductionAndReductions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h163 BlockT *Out = getLoopPredecessor(); in getLoopPreheader()
188 BlockT *LoopBase<BlockT, LoopT>::getLoopPredecessor() const { in getLoopPredecessor() function
DLoopInfo.h306 BlockT *getLoopPredecessor() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp212 if (auto *BB = L->getLoopPredecessor()) { in makeIVComparisonInvariant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.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()