Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Support/
DScopHelper.cpp262 if (SCEVCache.count(E)) in visit()
263 return SCEVCache[E]; in visit()
265 SCEVCache[E] = Result; in visit()
276 DenseMap<const SCEV *, const SCEV *> SCEVCache; member