Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp168 unsigned numInstr = 0; // Number of instructions using li in weightCalcHelper() local
194 numInstr += 2; in weightCalcHelper()
238 numInstr++; in weightCalcHelper()
324 return normalize(totalWeight, start->distance(*end), numInstr); in weightCalcHelper()
325 return normalize(totalWeight, li.getSize(), numInstr); in weightCalcHelper()
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp138 unsigned numInstr = 0; // Number of instructions using li in calculateSpillWeightAndHint() local
155 numInstr++; in calculateSpillWeightAndHint()
235 li.weight = normalize(totalWeight, li.getSize(), numInstr); in calculateSpillWeightAndHint()
/external/syzkaller/pkg/kd/
Dkd.go93 numInstr uint16 member