Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h120 int getSubscriptIndex(const Loop &L) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp318 int Index = getSubscriptIndex(L); in computeRefCost()
497 int IndexedReference::getSubscriptIndex(const Loop &L) const { in getSubscriptIndex() function in IndexedReference