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 36 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size,
65 NormalizingFn norm = normalizeSpillWeight)
79 normalizeSpillWeight);
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 720 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1);
RegAllocGreedy.cpp     [all...]

Completed in 3947 milliseconds