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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DScalarEvolutionExpander.h42 /// RelevantLoops - A memoization of the "relevant" loop for a given SCEV.
43 DenseMap<const SCEV *, const Loop *> RelevantLoops; member in class:llvm::SCEVExpander
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h52 DenseMap<const SCEV *, const Loop *> RelevantLoops; member in class:llvm::SCEVExpander
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolutionExpander.cpp624 RelevantLoops.insert(std::make_pair(S, static_cast<const Loop *>(0)));
644 return RelevantLoops[N] = L;
648 return RelevantLoops[C] = Result;
655 return RelevantLoops[D] = Result;
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp598 auto Pair = RelevantLoops.insert(std::make_pair(S, nullptr));
617 return RelevantLoops[N] = L;
621 return RelevantLoops[C] = Result;
626 return RelevantLoops[D] = Result;

Completed in 92 milliseconds