Searched refs:OrigLoopBackedgeWeight (Results 1 – 1 of 1) sorted by relevance
294 uint32_t OrigLoopBackedgeWeight = Weights[1]; in updateBranchWeights() local297 std::swap(OrigLoopExitWeight, OrigLoopBackedgeWeight); in updateBranchWeights()326 if (OrigLoopExitWeight > 0 && OrigLoopBackedgeWeight > 0) { in updateBranchWeights()330 if (OrigLoopBackedgeWeight >= OrigLoopExitWeight) { in updateBranchWeights()339 if ((OrigLoopBackedgeWeight & HighBit) != 0 || in updateBranchWeights()342 OrigLoopBackedgeWeight <<= 1; in updateBranchWeights()348 ExitWeight0 = OrigLoopExitWeight - OrigLoopBackedgeWeight; in updateBranchWeights()353 LoopBackWeight = OrigLoopBackedgeWeight - EnterWeight; in updateBranchWeights()355 if (OrigLoopBackedgeWeight == 0) { in updateBranchWeights()368 LoopBackWeight = OrigLoopBackedgeWeight; in updateBranchWeights()[all …]