Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp159 unsigned numInstr = 0; // Number of instructions using li in weightCalcHelper() local
185 numInstr += 2; in weightCalcHelper()
217 numInstr++; in weightCalcHelper()
301 return normalize(totalWeight, start->distance(*end), numInstr); in weightCalcHelper()
302 return normalize(totalWeight, li.getSize(), numInstr); in weightCalcHelper()