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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CalcSpillWeights.cpp 100 float bestPhys = 0, bestVirt = 0;
149 if (hweight > bestVirt)
150 bestVirt = hweight, hintVirt = hint;
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 142 float bestPhys = 0, bestVirt = 0;
199 if (hweight > bestVirt) {
200 bestVirt = hweight;

Completed in 67 milliseconds