Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h87 DenseMap<const SCEV *, const Loop *> RelevantLoops; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp664 auto Pair = RelevantLoops.insert(std::make_pair(S, nullptr)); in getRelevantLoop()
683 return RelevantLoops[N] = L; in getRelevantLoop()
687 return RelevantLoops[C] = Result; in getRelevantLoop()
692 return RelevantLoops[D] = Result; in getRelevantLoop()