Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/ !
H A DLoopCacheAnalysis.h121 int getSubscriptIndex(const Loop &L) const;
/src/contrib/llvm-project/llvm/lib/Analysis/ !
H A DLoopCacheAnalysis.cpp322 int Index = getSubscriptIndex(L); in computeRefCost()
501 int IndexedReference::getSubscriptIndex(const Loop &L) const { in getSubscriptIndex() function in IndexedReference