Searched refs:mStepIndexToSourceOperandIndexes (Results 1 – 2 of 2) sorted by relevance
301 mStepIndexToSourceOperandIndexes[stepIndex].emplace_back(sourceOperandIndex); in declare()339 const auto sourceOperandIndexesI = mStepIndexToSourceOperandIndexes.find(stepIndex); in allocate()340 if (sourceOperandIndexesI == mStepIndexToSourceOperandIndexes.end()) { in allocate()378 return (mStepIndexToSourceOperandIndexes.find(stepIndex) == in allocated()379 mStepIndexToSourceOperandIndexes.end()) || in allocated()
211 std::map<uint32_t, std::vector<SourceOperandIndex>> mStepIndexToSourceOperandIndexes; variable