Home
last modified time | relevance | path

Searched refs:RelevantLoops (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h77 DenseMap<const SCEV *, const Loop *> RelevantLoops; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp677 auto Pair = RelevantLoops.insert(std::make_pair(S, nullptr)); in getRelevantLoop()
696 return RelevantLoops[N] = L; in getRelevantLoop()
700 return RelevantLoops[C] = Result; in getRelevantLoop()
705 return RelevantLoops[D] = Result; in getRelevantLoop()