Home
last modified time | relevance | path

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

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