Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp179 if (getSubscript(SubNum) != Other.getSubscript(SubNum)) { in hasSpacialReuse()
181 << "\n\t" << *getSubscript(SubNum) << "\n\t" in hasSpacialReuse()
182 << *Other.getSubscript(SubNum) << "\n"); in hasSpacialReuse()
321 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(getSubscript(I)); in computeRefCost()
498 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(getSubscript(Idx)); in getSubscriptIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h59 const SCEV *getSubscript(unsigned SubNum) const { in getSubscript() function