Searched refs:thenBranchOutputOperands (Results 1 – 2 of 2) sorted by relevance
971 CHECK(!containsUnknownSize(step->thenBranchOutputOperands)); in finish()1079 CHECK_EQ(step->thenBranchOutputOperands.size(), step->outerOutputOperands.size()); in findMemoryStepRoles()1083 step->thenBranchOutputOperands[i]); in findMemoryStepRoles()1727 condValue ? step->thenBranchOutputOperands : step->elseBranchOutputOperands; in nextCompound()2317 ifStep->thenBranchOutputOperands.emplace_back( in partitionTheWorkInternal()
430 std::vector<SourceOperandIndex> thenBranchOutputOperands; member