Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h90 DenseMap<const SCEV *, const Loop *> RelevantLoops; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp674 auto Pair = RelevantLoops.insert(std::make_pair(S, nullptr)); in getRelevantLoop()
693 return RelevantLoops[N] = L; in getRelevantLoop()
697 return RelevantLoops[C] = Result; in getRelevantLoop()
702 return RelevantLoops[D] = Result; in getRelevantLoop()