Lines Matching full:weights
5448 /// \brief Scale down both weights to fit into uint32_t.
5570 // Update the branch weights (from SelectionDAGBuilder::
5586 // Assuming the orignal weights are A and B, one choice is to set BB1's
5587 // weights to A and A+2B, and set TmpBB's weights to A and 2B. This choice
5621 // Assuming the orignal weights are A and B, one choice is to set BB1's
5622 // weights to 2A+B and B, and set TmpBB's weights to 2A and B. This choice