HomeSort by relevance Sort by last modified time
    Searched refs:InstrDist (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 40 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
SlotIndexes.h 146 InstrDist = 4 * Slot_Count
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 86 indexList.push_back(createEntry(mi, index += SlotIndex::InstrDist));
94 indexList.push_back(createEntry(nullptr, index += SlotIndex::InstrDist));
121 index += SlotIndex::InstrDist;
129 const unsigned Space = SlotIndex::InstrDist/2;
130 assert((Space & 3) == 0 && "InstrDist must be a multiple of 2*NUM");
RegAllocGreedy.cpp 518 (Size / SlotIndex::InstrDist) > (2 * MRI->getRegClass(Reg)->getNumRegs());
    [all...]

Completed in 128 milliseconds