Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp147 GrandChildLoop->setParentLoop(nullptr); in INITIALIZE_PASS_DEPENDENCY()
155 Child->setParentLoop(nullptr); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp142 U.setParentLoop((IsLoopNestPass[I] ? *OuterMostLoop : L).getParentLoop()); in runWithLoopNestPasses()
186 U.setParentLoop(L.getParentLoop()); in runWithoutLoopNestPasses()
H A DSimpleLoopUnswitch.cpp2062 HoistedL->setParentLoop(nullptr); in rebuildLoopAfterUnswitch()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h291 void setParentLoop(Loop *L) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h118 void setParentLoop(LoopT *L) { in setParentLoop() function
H A DGenericLoopInfoImpl.h484 Subloop->setParentLoop(L); in discoverAndMapSubloop()