Searched refs:ExitLoopMap (Results 1 – 1 of 1) sorted by relevance
1328 SmallDenseMap<BasicBlock *, Loop *, 16> ExitLoopMap; in buildClonedLoops() local1333 ExitLoopMap[ClonedExitBB] = ExitL; in buildClonedLoops()1476 return ExitLoopMap.lookup(LHS)->getLoopDepth() < in buildClonedLoops()1477 ExitLoopMap.lookup(RHS)->getLoopDepth(); in buildClonedLoops()1486 Loop *ExitL = ExitLoopMap.lookup(ExitBB); in buildClonedLoops()1502 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()1510 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second; in buildClonedLoops()1528 if (Loop *OuterL = ExitLoopMap.lookup(BB)) in buildClonedLoops()1532 for (auto &BBAndL : ExitLoopMap) { in buildClonedLoops()1556 *ChildL, ExitLoopMap.lookup(ClonedChildHeader), VMap, LI)); in buildClonedLoops()