Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp258 if (SCEVCache.count(E)) in visit()
259 return SCEVCache[E]; in visit()
261 SCEVCache[E] = Result; in visit()
272 DenseMap<const SCEV *, const SCEV *> SCEVCache; member