Searched refs:RelevantLoops (Results 1 – 2 of 2) sorted by relevance
94 DenseMap<const SCEV *, const Loop *> RelevantLoops; variable
417 auto Pair = RelevantLoops.insert(std::make_pair(S, nullptr)); in getRelevantLoop()443 return RelevantLoops[S] = L; in getRelevantLoop()