Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCalcSpillWeights.cpp101 unsigned hintPhys = 0, hintVirt = 0; in CalculateWeightAndHint() local
150 bestVirt = hweight, hintVirt = hint; in CalculateWeightAndHint()
157 if (unsigned hint = hintPhys ? hintPhys : hintVirt) { in CalculateWeightAndHint()
/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp143 unsigned hintPhys = 0, hintVirt = 0; in calculateSpillWeightAndHint() local
201 hintVirt = hint; in calculateSpillWeightAndHint()
209 if (unsigned hint = hintPhys ? hintPhys : hintVirt) { in calculateSpillWeightAndHint()