Searched refs:mSourceOperandToStepRoles (Results 1 – 2 of 2) sorted by relevance
936 std::map<SourceOperandIndex, std::set<StepRole>> mSourceOperandToStepRoles; member
1006 mSourceOperandToStepRoles = StepRoleAnalyzer::analyze([this](StepRoleAnalyzer& analyzer) { in findMemoryStepRoles()2029 const auto it = mSourceOperandToStepRoles.find(index); in forEachStepRoleOfSourceOperand()2030 if (it == mSourceOperandToStepRoles.end()) return; in forEachStepRoleOfSourceOperand()