Searched defs:CloneLoop (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp655 /// CloneLoop - Recursively clone the specified loop and all of its children,
657 static Loop *CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, function
670 CloneLoop(*I, New, VM, LI, LPM);
827 Loop *NewLoop = CloneLoop(L, L->getParentLoop(), VMap, LI, LPM);

Completed in 224 milliseconds