Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCalcSpillWeights.cpp158 float totalWeight = 0; in weightCalcHelper() local
182 totalWeight += LiveIntervals::getSpillWeight(true, false, &MBFI, localMBB); in weightCalcHelper()
183 totalWeight += LiveIntervals::getSpillWeight(false, true, &MBFI, localMBB); in weightCalcHelper()
241 totalWeight += weight; in weightCalcHelper()
278 totalWeight *= 1.01F; in weightCalcHelper()
299 totalWeight *= 0.5F; in weightCalcHelper()
302 return normalize(totalWeight, start->distance(*end), numInstr); in weightCalcHelper()
303 return normalize(totalWeight, li.getSize(), numInstr); in weightCalcHelper()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
HDRandom.h41 uint64_t totalWeight() const { return TotalWeight; } in totalWeight() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDRandomIRBuilder.cpp61 RS.sample(NewLoad, RS.totalWeight()); in newSource()
HDIRMutator.cpp64 Strategy->getWeight(CurSize, MaxSize, RS.totalWeight())); in mutateModule()