Searched refs:ExitLoopMap (Results 1 – 1 of 1) sorted by relevance
1118 SmallDenseMap<BasicBlock *, Loop *, 16> ExitLoopMap; in buildClonedLoops() local1123 ExitLoopMap[ClonedExitBB] = ExitL; in buildClonedLoops()1267 return ExitLoopMap.lookup(LHS)->getLoopDepth() < in buildClonedLoops()1268 ExitLoopMap.lookup(RHS)->getLoopDepth(); in buildClonedLoops()1277 Loop *ExitL = ExitLoopMap.lookup(ExitBB); in buildClonedLoops()1293 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()1301 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second; in buildClonedLoops()1319 if (Loop *OuterL = ExitLoopMap.lookup(BB)) in buildClonedLoops()1323 for (auto &BBAndL : ExitLoopMap) { in buildClonedLoops()1347 *ChildL, ExitLoopMap.lookup(ClonedChildHeader), VMap, LI)); in buildClonedLoops()