Home
last modified time | relevance | path

Searched refs:getLoopNest (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLoopNestAnalysis.cpp47 std::unique_ptr<LoopNest> LoopNest::getLoopNest(Loop &Root, in getLoopNest() function in LoopNest
460 if (auto LN = LoopNest::getLoopNest(L, AR.SE)) in run()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLoopNestAnalysis.h38 static std::unique_ptr<LoopNest> getLoopNest(Loop &Root, ScalarEvolution &SE);
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopPassManager.cpp108 LoopNestPtr = LoopNest::getLoopNest(*OuterMostLoop, AR.SE); in runWithLoopNestPasses()
DLoopFlatten.cpp1017 auto LN = LoopNest::getLoopNest(*L, *SE); in runOnFunction()