Home | History | Annotate | Download | only in Utils

Lines Matching defs:FalseWeight

2383           // FalseWeight is FalseWeight for PBI * TotalWeight for BI +
2384 // TrueWeight for PBI * FalseWeight for BI.
2399 // FalseWeight for PBI * TrueWeight for BI.
2403 // FalseWeight is FalseWeight for PBI * FalseWeight for BI.
3010 uint32_t FalseWeight) {
3043 if (TrueWeight != FalseWeight)
3046 .createBranchWeights(TrueWeight, FalseWeight));
3085 uint32_t TrueWeight = 0, FalseWeight = 0;
3093 FalseWeight =
3100 FalseWeight);
3950 uint64_t FalseWeight = 0;
3955 FalseWeight += Weights[I];
3957 while (TrueWeight > UINT32_MAX || FalseWeight > UINT32_MAX) {
3959 FalseWeight /= 2;
3964 (uint32_t)FalseWeight));