Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp992 Loop *NewParentLoop = LMap[OrigParent]; in cloneLoopWithPreheader() local
993 assert(NewParentLoop && "Could not find the new parent loop"); in cloneLoopWithPreheader()
995 NewParentLoop->addChildLoop(NewLoop); in cloneLoopWithPreheader()