Searched refs:isConstVec (Results 1 – 1 of 1) sorted by relevance
130 SmallVector<CallInst *, 16> isConstVec; member in __anonf87f617d0111::AMDGPUPeepholeOpt238 if (isConstVec.empty()) { in doIsConstCallConversionIfNeeded()241 for (unsigned x = 0, y = isConstVec.size(); x < y; ++x) { in doIsConstCallConversionIfNeeded()242 CallInst *CI = isConstVec[x]; in doIsConstCallConversionIfNeeded()250 isConstVec.clear(); in doIsConstCallConversionIfNeeded()334 isConstVec.push_back(CI); in optimizeCallInst()