Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp150 GrandChildLoop->setParentLoop(nullptr); in INITIALIZE_PASS_DEPENDENCY()
158 Child->setParentLoop(nullptr); in INITIALIZE_PASS_DEPENDENCY()
/openbsd-src/gnu/llvm/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.cpp2013 HoistedL->setParentLoop(nullptr); in rebuildLoopAfterUnswitch()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h291 void setParentLoop(Loop *L) {
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h475 Subloop->setParentLoop(L); in discoverAndMapSubloop()
H A DLoopInfo.h133 void setParentLoop(LoopT *L) { in setParentLoop() function