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

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

Completed in 121 milliseconds