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

  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 267 for (Loop *SubLoop : L.getSubLoops())
CloneFunction.cpp 660 assert(OrigLoop->getSubLoops().empty() &&
LoopSimplify.cpp 323 const std::vector<Loop*> &SubLoops = L->getSubLoops();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopVersioningLICM.cpp 215 if (CurLoop->getSubLoops().size()) {
LoopInterchange.cpp 284 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops();
295 Vec = &CurrentLoop->getSubLoops();
    [all...]
LICM.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 127 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; }
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 601 const std::vector<Loop*> &SubLoops = L->getSubLoops();
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 125 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; }
    [all...]

Completed in 545 milliseconds