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

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 420 L->getSubLoopsVector().reserve(NumSubloops);
486 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop);
494 std::reverse(Subloop->getSubLoopsVector().begin(),
495 Subloop->getSubLoopsVector().end());
LoopInfo.h 124 std::vector<LoopT *> &getSubLoopsVector() { return SubLoops; }
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 204 milliseconds