Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp198 BasicBlock *PredBB = L->getLoopPredecessor(); in alreadyPrepared()
335 BasicBlock *LoopPredecessor = L->getLoopPredecessor(); in runOnLoop()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h110 BlockT *Out = getLoopPredecessor(); in getLoopPreheader()
130 BlockT *LoopBase<BlockT, LoopT>::getLoopPredecessor() const { in getLoopPredecessor() function
DLoopInfo.h229 BlockT *getLoopPredecessor() const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineLICM.cpp297 if (!CurLoop->getLoopPredecessor()) in LoopIsOuterMostWithPredecessor()
301 if (L->getLoopPredecessor()) in LoopIsOuterMostWithPredecessor()
1297 MachineBasicBlock *Pred = CurLoop->getLoopPredecessor(); in getCurPreheader()
/external/llvm/lib/CodeGen/
DMachineLICM.cpp252 if (!CurLoop->getLoopPredecessor()) in INITIALIZE_PASS_DEPENDENCY()
256 if (L->getLoopPredecessor()) in INITIALIZE_PASS_DEPENDENCY()
1374 MachineBasicBlock *Pred = CurLoop->getLoopPredecessor(); in getCurPreheader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineLICM.cpp296 if (!CurLoop->getLoopPredecessor()) in INITIALIZE_PASS_DEPENDENCY()
300 if (L->getLoopPredecessor()) in INITIALIZE_PASS_DEPENDENCY()
1514 MachineBasicBlock *Pred = CurLoop->getLoopPredecessor(); in getCurPreheader()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h177 BlockT *Out = getLoopPredecessor(); in getLoopPreheader()
202 BlockT *LoopBase<BlockT, LoopT>::getLoopPredecessor() const { in getLoopPredecessor() function
DLoopInfo.h296 BlockT *getLoopPredecessor() const;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h272 BlockT *Out = getLoopPredecessor(); in getLoopPreheader()
291 BlockT *getLoopPredecessor() const { in getLoopPredecessor() function
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp245 BasicBlock *LoopPredecessor = L->getLoopPredecessor(); in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp305 if (L->getLoopLatch() == nullptr || L->getLoopPredecessor() == nullptr) in getInductionVariable()
700 if (!L->getLoopLatch() || !L->getLoopPredecessor()) in findInductionAndReductions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp301 if (L->getLoopLatch() == nullptr || L->getLoopPredecessor() == nullptr) in getInductionVariable()
708 if (!L->getLoopLatch() || !L->getLoopPredecessor()) in findInductionAndReductions()
DGuardWidening.cpp782 BasicBlock *RootBB = L->getLoopPredecessor(); in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp202 if (auto *BB = L->getLoopPredecessor()) { in makeIVComparisonInvariant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp7511 const BasicBlock *Predecessor = L->getLoopPredecessor(); in computeShiftCompareExitLimit()
8583 return {L->getLoopPredecessor(), L->getHeader()}; in getPredecessorWithUniqueSuccessorForBB()
9358 Pair(L->getLoopPredecessor(), L->getHeader()); in isLoopEntryGuardedByCond()
9802 auto *Predecessor = RLoop->getLoopPredecessor(); in isImpliedViaMerge()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp6153 const BasicBlock *Predecessor = L->getLoopPredecessor(); in computeShiftCompareExitLimit()
7246 return {L->getLoopPredecessor(), L->getHeader()}; in getPredecessorWithUniqueSuccessorForBB()
7990 Pair(L->getLoopPredecessor(), L->getHeader()); in isLoopEntryGuardedByCond()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp5404 return std::make_pair(L->getLoopPredecessor(), L->getHeader()); in getPredecessorWithUniqueSuccessorForBB()
5856 Pair(L->getLoopPredecessor(), L->getHeader()); in isLoopEntryGuardedByCond()