reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1222 ExitLoopMap[ClonedExitBB] = ExitL; 1365 return ExitLoopMap.lookup(LHS)->getLoopDepth() < 1366 ExitLoopMap.lookup(RHS)->getLoopDepth(); 1375 Loop *ExitL = ExitLoopMap.lookup(ExitBB); 1391 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && 1399 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second; 1417 if (Loop *OuterL = ExitLoopMap.lookup(BB)) 1421 for (auto &BBAndL : ExitLoopMap) { 1445 *ChildL, ExitLoopMap.lookup(ClonedChildHeader), VMap, LI));