Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h120 /// 'getSubscriptIndex(loop-k)' would return value 2.
121 int getSubscriptIndex(const Loop &L) const;
/freebsd/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