Searched refs:elseBranchOutputOperands (Results 1 – 2 of 2) sorted by relevance
929 CHECK(!containsUnknownSize(step->elseBranchOutputOperands)); in finish()1035 CHECK_EQ(step->elseBranchOutputOperands.size(), step->outerOutputOperands.size()); in findMemoryStepRoles()1040 step->elseBranchOutputOperands[i]); in findMemoryStepRoles()1675 condValue ? step->thenBranchOutputOperands : step->elseBranchOutputOperands; in nextCompound()2273 ifStep->elseBranchOutputOperands.emplace_back( in partitionTheWorkInternal()
434 std::vector<SourceOperandIndex> elseBranchOutputOperands; member