Searched refs:ExitLoopMap (Results 1 – 1 of 1) sorted by relevance
1354 SmallDenseMap<BasicBlock *, Loop *, 16> ExitLoopMap; in buildClonedLoops() local1359 ExitLoopMap[ClonedExitBB] = ExitL; in buildClonedLoops()1502 return ExitLoopMap.lookup(LHS)->getLoopDepth() < in buildClonedLoops()1503 ExitLoopMap.lookup(RHS)->getLoopDepth(); in buildClonedLoops()1512 Loop *ExitL = ExitLoopMap.lookup(ExitBB); in buildClonedLoops()1528 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()1536 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second; in buildClonedLoops()1554 if (Loop *OuterL = ExitLoopMap.lookup(BB)) in buildClonedLoops()1558 for (auto &BBAndL : ExitLoopMap) { in buildClonedLoops()1582 *ChildL, ExitLoopMap.lookup(ClonedChildHeader), VMap, LI)); in buildClonedLoops()