Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp150 GrandChildLoop->setParentLoop(nullptr); in INITIALIZE_PASS_DEPENDENCY()
158 Child->setParentLoop(nullptr); in INITIALIZE_PASS_DEPENDENCY()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp133 U.setParentLoop(L.getParentLoop()); in runWithLoopNestPasses()
176 U.setParentLoop(L.getParentLoop()); in runWithoutLoopNestPasses()
H A DSimpleLoopUnswitch.cpp1987 HoistedL->setParentLoop(nullptr); in rebuildLoopAfterUnswitch()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h291 void setParentLoop(Loop *L) {
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h463 Subloop->setParentLoop(L); in discoverAndMapSubloop()
H A DLoopInfo.h132 void setParentLoop(LoopT *L) { in setParentLoop() function