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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h77 DenseMap<const SCEV *, const Loop *> RelevantLoops; member in class:llvm::SCEVExpander
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp378 auto Pair = RelevantLoops.insert(std::make_pair(S, nullptr));
404 return RelevantLoops[S] = L;

Completed in 71 milliseconds