Lines Matching refs:outerOutputOperands
968 CHECK(!containsUnknownSize(step->outerOutputOperands)); in finish()
977 CHECK(!containsUnknownSize(step->outerOutputOperands)); in finish()
1079 CHECK_EQ(step->thenBranchOutputOperands.size(), step->outerOutputOperands.size()); in findMemoryStepRoles()
1080 CHECK_EQ(step->elseBranchOutputOperands.size(), step->outerOutputOperands.size()); in findMemoryStepRoles()
1081 for (uint32_t i = 0; i < step->outerOutputOperands.size(); i++) { in findMemoryStepRoles()
1082 analyzer.setUsedBy(step->outerOutputOperands[i], in findMemoryStepRoles()
1084 analyzer.setUsedBy(step->outerOutputOperands[i], in findMemoryStepRoles()
1368 for (const auto& sourceOperandIndex : step->outerOutputOperands) { in makeController()
1385 for (const auto& sourceOperandIndex : step->outerOutputOperands) { in makeController()
1729 CHECK_EQ(branchOutputOperands.size(), step->outerOutputOperands.size()); in nextCompound()
1741 for (uint32_t i = 0, n = step->outerOutputOperands.size(); i < n; ++i) { in nextCompound()
1748 controller->setOutput(step->outerOutputOperands[i], branchOutputOperands[i]); in nextCompound()
1819 CHECK_GE(step->bodyOutputOperands.size(), step->outerOutputOperands.size()); in nextCompound()
1843 CHECK_LE(step->outerOutputOperands.size(), step->bodyOutputOperands.size()); in nextCompound()
1844 for (uint32_t i = 0, n = step->outerOutputOperands.size(); i < n; ++i) { in nextCompound()
1849 const SourceOperandIndex& outerOperand = step->outerOutputOperands[i]; in nextCompound()
2308 ifStep->outerOutputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
2369 whileStep->outerOutputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()