Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMLRegAllocEvictAdvisor.cpp865 SlotIndex StartSI = LIS->getSlotIndexes()->getLastIndex(); in extractFeatures() local
879 if (LI.beginIndex() < StartSI) in extractFeatures()
880 StartSI = LI.beginIndex(); in extractFeatures()
908 MBFI.getBlockFreqRelativeToEntryBlock(LIS->getMBBFromIndex(StartSI)); in extractFeatures()
913 Size = StartSI.distance(EndSI); in extractFeatures()