Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h58 size_t getNumSubscripts() const { return Subscripts.size(); } in getNumSubscripts() function
60 assert(SubNum < getNumSubscripts() && "Invalid subscript number"); in getSubscript()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp170 unsigned NumSubscripts = getNumSubscripts(); in hasSpacialReuse()
171 if (NumSubscripts != Other.getNumSubscripts()) { in hasSpacialReuse()
320 for (unsigned I = Index + 1; I < getNumSubscripts() - 1; ++I) { in computeRefCost()
497 for (auto Idx : seq<int>(0, getNumSubscripts())) { in getSubscriptIndex()