Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1290 uint64_t MinWeight = *MinHeaderWeight;
1291 LLVM_DEBUG(dbgs() << "Giving weight " << MinWeight << " to "
1293 if (MinWeight)
1294 Dist.addLocal(HeaderNode, MinWeight);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1079 uint64_t MinWeight = std::min(TrueWeight, FalseWeight); in hasExpensiveColdOperand() local
1082 ColdOperand = TotalWeight * ColdOperandThreshold > 100 * MinWeight; in hasExpensiveColdOperand()