Home
last modified time | relevance | path

Searched refs:setParentLoop (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp114 U.setParentLoop(L.getParentLoop()); in runWithLoopNestPasses()
163 U.setParentLoop(L.getParentLoop()); in runWithoutLoopNestPasses()
H A DSimpleLoopUnswitch.cpp1905 HoistedL->setParentLoop(nullptr); in rebuildLoopAfterUnswitch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp149 Child->setParentLoop(nullptr); in INITIALIZE_PASS_DEPENDENCY()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h265 void setParentLoop(Loop *L) {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h466 Subloop->setParentLoop(L); in discoverAndMapSubloop()
H A DLoopInfo.h116 void setParentLoop(LoopT *L) { in setParentLoop() function