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

  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 23 /// normalizeSpillWeight - The spill weight of a live interval is computed as:
31 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size) {
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 186 li.weight = normalizeSpillWeight(totalWeight, li.getSize());
RegAllocGreedy.cpp     [all...]

Completed in 141 milliseconds