reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
279 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops(); 287 LoopList.push_back(CurrentLoop); 288 CurrentLoop = Vec->front(); 289 Vec = &CurrentLoop->getSubLoops(); 291 LoopList.push_back(CurrentLoop);