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.h1295 uint64_t MinWeight = *MinHeaderWeight;
1296 LLVM_DEBUG(dbgs() << "Giving weight " << MinWeight << " to "
1298 if (MinWeight)
1299 Dist.addLocal(HeaderNode, MinWeight);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp963 uint64_t MinWeight = std::min(TrueWeight, FalseWeight); in hasExpensiveColdOperand() local
966 ColdOperand = TotalWeight * ColdOperandThreshold > 100 * MinWeight; in hasExpensiveColdOperand()