Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
326 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(getSubscript(I)); in computeRefCost()
503 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(getSubscript(Idx)); in getSubscriptIndex()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h59 const SCEV *getSubscript(unsigned SubNum) const { in getSubscript() function