Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp955 SlotIndex StartSI = LIS->getSlotIndexes()->getLastIndex(); in extractFeatures() local
969 if (LI.beginIndex() < StartSI) in extractFeatures()
970 StartSI = LI.beginIndex(); in extractFeatures()
998 MBFI.getBlockFreqRelativeToEntryBlock(LIS->getMBBFromIndex(StartSI)); in extractFeatures()
1003 Size = StartSI.distance(EndSI); in extractFeatures()