Home
last modified time | relevance | path

Searched refs:numInstr (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp138 unsigned numInstr = 0; // Number of instructions using li in calculateSpillWeightAndHint() local
155 numInstr++; in calculateSpillWeightAndHint()
229 li.weight = normalize(totalWeight, li.getSize(), numInstr); in calculateSpillWeightAndHint()