reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
139 if (!NewLoop) { 144 NewLoop = LI->AllocateLoop(); 148 NewLoopParent->addChildLoop(NewLoop); 150 LI->addTopLevelLoop(NewLoop); 152 NewLoop->addBasicBlockToLoop(ClonedBB, *LI); 155 NewLoop->addBasicBlockToLoop(ClonedBB, *LI);