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

  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 270 for (Loop *SubLoop : L.getSubLoops())
LoopSimplify.cpp 322 const std::vector<Loop*> &SubLoops = L->getSubLoops();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 285 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops();
296 Vec = &CurrentLoop->getSubLoops();
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 131 const std::vector<LoopT *> &getSubLoops() const { return SubLoops; }

Completed in 56 milliseconds