Searched refs:computeMIRComplexityScore (Results 1 – 2 of 2) sorted by relevance
36 return isMIR() ? computeMIRComplexityScore() : getIRSize(); in getComplexityScore()40 uint64_t computeMIRComplexityScore() const;
598 uint64_t ReducerWorkItem::computeMIRComplexityScore() const { in computeMIRComplexityScore() function in ReducerWorkItem