Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h97 DenseMap<const SCEV *, const Loop *> RelevantLoops; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp427 auto Pair = RelevantLoops.try_emplace(S); in getRelevantLoop()
453 return RelevantLoops[S] = L; in getRelevantLoop()