Searched refs:MinWeight (Results 1 – 2 of 2) sorted by relevance
1295 uint64_t MinWeight = *MinHeaderWeight;1296 LLVM_DEBUG(dbgs() << "Giving weight " << MinWeight << " to "1298 if (MinWeight)1299 Dist.addLocal(HeaderNode, MinWeight);
963 uint64_t MinWeight = std::min(TrueWeight, FalseWeight); in hasExpensiveColdOperand() local966 ColdOperand = TotalWeight * ColdOperandThreshold > 100 * MinWeight; in hasExpensiveColdOperand()