Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NewFalse

1108 /// for successor TrueBB, and NewFalse is the new weight for successor
1110 static void ScaleWeights(uint64_t NewTrue, uint64_t NewFalse,
1115 uint64_t NewMax = (NewTrue > NewFalse) ? NewTrue : NewFalse;
1123 MBB->setSuccWeight(SI, (uint32_t)(NewFalse / Scale));
1230 uint64_t NewFalse = (BBCvt * CvtFalse) / WeightScale;
1234 ScaleWeights(NewNext, NewFalse, BBI.BB, getNextBlock(BBI.BB),