Searched refs:InstrDist (Results 1 – 5 of 5) sorted by relevance
105 indexList.push_back(*createEntry(&MI, index += SlotIndex::InstrDist)); in analyze()113 indexList.push_back(*createEntry(nullptr, index += SlotIndex::InstrDist)); in analyze()174 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes()254 Entry.setIndex(Index * SlotIndex::InstrDist); in packIndexes()
77 LastIndex += InstrDist; in init()128 Step = static_cast<uint64_t>(InstrDist); in getIndex()157 if (LLVM_UNLIKELY(!Step || (!LastIndex && Step == InstrDist))) { in getIndex()173 enum { InstrDist = 1024 }; enumerator
326 (Size / SlotIndex::InstrDist) > in getPriority()1709 (LiveBefore + LiveAfter) * SlotIndex::InstrDist, in tryLocalSplit()
40 return UseDefFreq / (Size + 25*SlotIndex::InstrDist); in normalizeSpillWeight()
112 InstrDist = 4 * Slot_Count enumerator