Searched refs:totalWeight (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | CalcSpillWeights.cpp | 158 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/ |
| HD | Random.h | 41 uint64_t totalWeight() const { return TotalWeight; } in totalWeight() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| HD | RandomIRBuilder.cpp | 61 RS.sample(NewLoad, RS.totalWeight()); in newSource()
|
| HD | IRMutator.cpp | 64 Strategy->getWeight(CurSize, MaxSize, RS.totalWeight())); in mutateModule()
|