Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp159 unsigned numInstr = 0; // Number of instructions using li in weightCalcHelper() local
185 numInstr += 2; in weightCalcHelper()
217 numInstr++; in weightCalcHelper()
302 return normalize(totalWeight, start->distance(*end), numInstr); in weightCalcHelper()
303 return normalize(totalWeight, li.getSize(), numInstr); in weightCalcHelper()