Searched refs:outerOutputOperands (Results 1 – 2 of 2) sorted by relevance
642 CHECK(!containsUnknownSize(step->outerOutputOperands)); in finish()651 CHECK(!containsUnknownSize(step->outerOutputOperands)); in finish()925 for (const auto& sourceOperandIndex : step->outerOutputOperands) { in makeController()942 for (const auto& sourceOperandIndex : step->outerOutputOperands) { in makeController()1275 CHECK_EQ(branchOutputOperands.size(), step->outerOutputOperands.size()); in nextCompound()1287 for (uint32_t i = 0, n = step->outerOutputOperands.size(); i < n; ++i) { in nextCompound()1294 controller->setOutput(step->outerOutputOperands[i], branchOutputOperands[i]); in nextCompound()1361 CHECK_GE(step->bodyOutputOperands.size(), step->outerOutputOperands.size()); in nextCompound()1385 CHECK_LE(step->outerOutputOperands.size(), step->bodyOutputOperands.size()); in nextCompound()1386 for (uint32_t i = 0, n = step->outerOutputOperands.size(); i < n; ++i) { in nextCompound()[all …]
277 std::vector<SourceOperandIndex> outerOutputOperands; member314 std::vector<SourceOperandIndex> outerOutputOperands; member