Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp180 const SCEV *LastSubscript = getLastSubscript(); in hasSpacialReuse() local
183 SE.getMinusSCEV(LastSubscript, OtherLastSubscript)); in hasSpacialReuse()
188 << *LastSubscript << "\n\t" << OtherLastSubscript in hasSpacialReuse()
410 const SCEV *LastSubscript = Subscripts.back(); in isConsecutive() local
412 if (Subscript == LastSubscript) in isConsecutive()
429 const SCEV *LastSubscript = getLastSubscript(); in getLastCoefficient() local
430 assert(isa<SCEVAddRecExpr>(LastSubscript) && in getLastCoefficient()
432 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LastSubscript); in getLastCoefficient()