Lines Matching refs:analyzer
215 StepRoleAnalyzer analyzer; in analyze() local
216 setup(analyzer); in analyze()
217 return analyzer.finish(); in analyze()
1006 mSourceOperandToStepRoles = StepRoleAnalyzer::analyze([this](StepRoleAnalyzer& analyzer) { in findMemoryStepRoles() argument
1012 analyzer.addRole(*step, sourceIndex, IOType::INPUT, i); in findMemoryStepRoles()
1017 analyzer.addRole(*step, sourceIndex, IOType::OUTPUT, i); in findMemoryStepRoles()
1027 analyzer.setUsedBy(step->outerInputOperands[i], in findMemoryStepRoles()
1029 analyzer.setUsedBy(step->outerInputOperands[i], in findMemoryStepRoles()
1037 analyzer.setUsedBy(step->outerOutputOperands[i], in findMemoryStepRoles()
1039 analyzer.setUsedBy(step->outerOutputOperands[i], in findMemoryStepRoles()
1069 analyzer.setUsedBy(step->outerInputOperands[i], step->condInputOperands[i]); in findMemoryStepRoles()
1076 analyzer.setUsedBy(step->bodyOutputOperands[i], step->condInputOperands[i]); in findMemoryStepRoles()
1082 analyzer.setUsedBy(step->condInputOperands[i], step->bodyInputOperands[i]); in findMemoryStepRoles()