Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp839 Loop *NewParentLoop = LMap[OrigParent]; in cloneLoopWithPreheader() local
840 assert(NewParentLoop && "Could not find the new parent loop"); in cloneLoopWithPreheader()
842 NewParentLoop->addChildLoop(NewLoop); in cloneLoopWithPreheader()