Home
last modified time | relevance | path

Searched refs:mergeScore (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp378 static bool mergeScore(const MergeInfo &M, unsigned &Score,
2079 bool WaitcntBrackets::mergeScore(const MergeInfo &M, unsigned &Score, in mergeScore() function in WaitcntBrackets
2122 StrictDom |= mergeScore(M, LastFlat[T], Other.LastFlat[T]); in merge()
2125 StrictDom |= mergeScore(M, VgprScores[T][J], Other.VgprScores[T][J]); in merge()
2129 StrictDom |= mergeScore(M, SgprScores[J], Other.SgprScores[J]); in merge()