Home
last modified time | relevance | path

Searched refs:getLastIndex (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp762 LIS->getSlotIndexes()->getLastIndex()); in tryFindEvictionCandidate()
865 SlotIndex StartSI = LIS->getSlotIndexes()->getLastIndex(); in extractFeatures()
909 if (EndSI >= LIS->getSlotIndexes()->getLastIndex()) in extractFeatures()
910 EndSI = LIS->getSlotIndexes()->getLastIndex().getPrevIndex(); in extractFeatures()
H A DRegAllocGreedy.cpp336 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex()); in getPriority()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h368 SlotIndex getLastIndex() { in getLastIndex() function
410 return getLastIndex(); in getNextNonNullIndex()