Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp114 U.setParentLoop(L.getParentLoop()); in runWithLoopNestPasses()
163 U.setParentLoop(L.getParentLoop()); in runWithoutLoopNestPasses()
H A DSimpleLoopUnswitch.cpp1961 HoistedL->setParentLoop(nullptr); in rebuildLoopAfterUnswitch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFixIrreducible.cpp149 Child->setParentLoop(nullptr); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h272 void setParentLoop(Loop *L) {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h466 Subloop->setParentLoop(L); in discoverAndMapSubloop()
H A DLoopInfo.h116 void setParentLoop(LoopT *L) { in setParentLoop() function