Searched refs:currentValue (Results 1 – 3 of 3) sorted by relevance
29 Value currentValue = queue.pop_back_val(); in resolve() local30 if (result.insert(currentValue).second) { in resolve()31 auto it = dependencies.find(currentValue); in resolve()
332 int64_t currentValue = I->High->getSExtValue(); in Clusterify() local338 assert(nextValue > currentValue && "Cases should be strictly ascending"); in Clusterify()339 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()
1106 ArrayRef<ods::OperandOrResult> values, unsigned currentValue, in codeCompleteOperationOperandOrResultSignature() argument1108 signatureHelp.activeParameter = currentValue; in codeCompleteOperationOperandOrResultSignature()1114 if (odsOp && currentValue < values.size()) { in codeCompleteOperationOperandOrResultSignature()1158 if (currentValue == 0 && (!odsOp || !values.empty())) { in codeCompleteOperationOperandOrResultSignature()