Searched refs:ExitLoopMap (Results 1 – 1 of 1) sorted by relevance
1275 SmallDenseMap<BasicBlock *, Loop *, 16> ExitLoopMap; in buildClonedLoops() local1280 ExitLoopMap[ClonedExitBB] = ExitL; in buildClonedLoops()1423 return ExitLoopMap.lookup(LHS)->getLoopDepth() < in buildClonedLoops()1424 ExitLoopMap.lookup(RHS)->getLoopDepth(); in buildClonedLoops()1433 Loop *ExitL = ExitLoopMap.lookup(ExitBB); in buildClonedLoops()1449 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()1457 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second; in buildClonedLoops()1475 if (Loop *OuterL = ExitLoopMap.lookup(BB)) in buildClonedLoops()1479 for (auto &BBAndL : ExitLoopMap) { in buildClonedLoops()1503 *ChildL, ExitLoopMap.lookup(ClonedChildHeader), VMap, LI)); in buildClonedLoops()