Searched refs:CloneLoop (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 655 /// 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 323 milliseconds