Searched defs:hweight (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp144 float hweight = Hint[hint] += weight; local
146 if (hweight > bestPhys && LIS.isAllocatable(hint))
147 bestPhys = hweight, hintPhys = hint;
149 if (hweight > bestVirt)
150 bestVirt = hweight, hintVirt = hint;
/external/oprofile/utils/
H A Dophelp.c41 static size_t hweight(size_t mask) function
108 if (hweight(mask) == nr_counters) {

Completed in 373 milliseconds