HomeSort by relevance Sort by last modified time
    Searched refs:getLoopPredecessor (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 110 BlockT *Out = getLoopPredecessor();
124 /// getLoopPredecessor - If the given loop's header has exactly one unique
130 BlockT *LoopBase<BlockT, LoopT>::getLoopPredecessor() const {
LoopInfo.h 229 BlockT *getLoopPredecessor() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfoImpl.h 177 BlockT *Out = getLoopPredecessor();
196 /// getLoopPredecessor - If the given loop's header has exactly one unique
202 BlockT *LoopBase<BlockT, LoopT>::getLoopPredecessor() const {
LoopInfo.h 296 BlockT *getLoopPredecessor() const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 198 BasicBlock *PredBB = L->getLoopPredecessor();
335 BasicBlock *LoopPredecessor = L->getLoopPredecessor();
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 252 if (!CurLoop->getLoopPredecessor())
256 if (L->getLoopPredecessor())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLICM.cpp 297 if (!CurLoop->getLoopPredecessor())
301 if (L->getLoopPredecessor())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineLICM.cpp 296 if (!CurLoop->getLoopPredecessor())
300 if (L->getLoopPredecessor())
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 245 BasicBlock *LoopPredecessor = L->getLoopPredecessor();
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 305 if (L->getLoopLatch() == nullptr || L->getLoopPredecessor() == nullptr)
700 if (!L->getLoopLatch() || !L->getLoopPredecessor())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 272 BlockT *Out = getLoopPredecessor();
286 /// getLoopPredecessor - If the given loop's header has exactly one unique
291 BlockT *getLoopPredecessor() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 782 BasicBlock *RootBB = L->getLoopPredecessor();
LoopInterchange.cpp 301 if (L->getLoopLatch() == nullptr || L->getLoopPredecessor() == nullptr)
708 if (!L->getLoopLatch() || !L->getLoopPredecessor())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 202 if (auto *BB = L->getLoopPredecessor()) {
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 760 milliseconds