Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h121 int getSubscriptIndex(const Loop &L) const;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp317 int Index = getSubscriptIndex(L); in computeRefCost()
496 int IndexedReference::getSubscriptIndex(const Loop &L) const { in getSubscriptIndex() function in IndexedReference