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

  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 115 unsigned loopDepth = 0;
143 loopDepth = loop ? loop->getLoopDepth() : 0;
150 weight = LiveIntervals::getSpillWeight(writes, reads, loopDepth);
StackSlotColoring.cpp 142 unsigned loopDepth = loopInfo->getLoopDepth(MBB);
157 li.weight += LiveIntervals::getSpillWeight(false, true, loopDepth);

Completed in 193 milliseconds