reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1324 M.OldLB = ScoreLBs[T]; 1325 M.OtherLB = Other.ScoreLBs[T]; 1326 M.MyShift = OtherPending > MyPending ? OtherPending - MyPending : 0; 1327 M.OtherShift = ScoreUBs[T] - Other.ScoreUBs[T] + M.MyShift; 1327 M.OtherShift = ScoreUBs[T] - Other.ScoreUBs[T] + M.MyShift; 1329 const uint32_t NewUB = ScoreUBs[T] + M.MyShift; 1333 ScoreLBs[T] = std::min(M.OldLB + M.MyShift, M.OtherLB + M.OtherShift); 1333 ScoreLBs[T] = std::min(M.OldLB + M.MyShift, M.OtherLB + M.OtherShift); 1333 ScoreLBs[T] = std::min(M.OldLB + M.MyShift, M.OtherLB + M.OtherShift); 1333 ScoreLBs[T] = std::min(M.OldLB + M.MyShift, M.OtherLB + M.OtherShift); 1335 StrictDom |= mergeScore(M, LastFlat[T], Other.LastFlat[T]); 1340 RegStrictDom |= mergeScore(M, VgprScores[T][J], Other.VgprScores[T][J]); 1346 RegStrictDom |= mergeScore(M, SgprScores[J], Other.SgprScores[J]);