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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 103 static float getSpillWeight(bool isDef, bool isUse, unsigned loopDepth);
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 150 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth);
SpillPlacement.cpp 181 float Freq = LiveIntervals::getSpillWeight(true, false,
StackSlotColoring.cpp 157 li.weight += LiveIntervals::getSpillWeight(false, true, loopDepth);
RegAllocPBQP.cpp 353 copyFactor * LiveIntervals::getSpillWeight(false, true,
LiveIntervalAnalysis.cpp 612 LiveIntervals::getSpillWeight(bool isDef, bool isUse, unsigned loopDepth) {
    [all...]

Completed in 374 milliseconds