Searched refs:adjustThreshold (Results 1 – 1 of 1) sorted by relevance
1212 unsigned adjustThreshold = 0; in adjustInliningThresholdUsingCallee() local1243 adjustThreshold += std::max(0, SGPRsInUse - NrOfSGPRUntilSpill) * in adjustInliningThresholdUsingCallee()1245 adjustThreshold += std::max(0, VGPRsInUse - NrOfVGPRUntilSpill) * in adjustInliningThresholdUsingCallee()1247 return adjustThreshold; in adjustInliningThresholdUsingCallee()