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