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

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 401 L->getSubLoopsVector().reserve(NumSubloops);
439 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop);
446 std::reverse(Subloop->getSubLoopsVector().begin(),
447 Subloop->getSubLoopsVector().end());
LoopInfo.h 128 std::vector<LoopT *> &getSubLoopsVector() { return SubLoops; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfoImpl.h 483 L->getSubLoopsVector().reserve(NumSubloops);
520 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop);
527 std::reverse(Subloop->getSubLoopsVector().begin(),
528 Subloop->getSubLoopsVector().end());
LoopInfo.h 135 std::vector<LoopT *> &getSubLoopsVector() {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SimpleLoopUnswitch.cpp     [all...]

Completed in 384 milliseconds