Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h57 size_t getNumSubscripts() const { return Subscripts.size(); } in getNumSubscripts() function
59 assert(SubNum < getNumSubscripts() && "Invalid subscript number"); in getSubscript()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp170 unsigned NumSubscripts = getNumSubscripts(); in hasSpacialReuse()
171 if (NumSubscripts != Other.getNumSubscripts()) { in hasSpacialReuse()
321 for (unsigned I = Index + 1; I < getNumSubscripts() - 1; ++I) { in computeRefCost()
498 for (auto Idx : seq<int>(0, getNumSubscripts())) { in getSubscriptIndex()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h891 unsigned getNumSubscripts() const { return Subscripts.size(); } in getNumSubscripts() function