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

  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 94 unsigned loopDepth = 0;
122 loopDepth = loop ? loop->getLoopDepth() : 0;
129 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth);
StackSlotColoring.cpp 144 unsigned loopDepth = loopInfo->getLoopDepth(MBB);
159 li.weight += LiveIntervals::getSpillWeight(false, true, loopDepth);
LiveIntervalAnalysis.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 102 static float getSpillWeight(bool isDef, bool isUse, unsigned loopDepth);

Completed in 175 milliseconds