Searched refs:OrigParent (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp786 Loop *OrigParent = CurLoop->getParentLoop(); local
787 assert(OrigParent && "Could not find the original parent loop");
788 Loop *NewParentLoop = LMap[OrigParent];

Completed in 161 milliseconds