Lines Matching refs:ifStep
1448 step->ifStep()->index = compound()->mSteps.size(); in createNewIfStep()
1450 return step->ifStep(); in createNewIfStep()
1742 IfStep* ifStep = plan->createNewIfStep(); in partitionTheWorkInternal() local
1743 ifStep->conditionOperandIndex = SourceOperandIndex( in partitionTheWorkInternal()
1745 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
1749 ifStep->elseStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
1756 ifStep->outerInputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
1760 ifStep->outerOutputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
1765 ifStep->thenBranchInputOperands.emplace_back( in partitionTheWorkInternal()
1769 ifStep->thenBranchOutputOperands.emplace_back( in partitionTheWorkInternal()
1774 ifStep->elseBranchInputOperands.emplace_back( in partitionTheWorkInternal()
1778 ifStep->elseBranchOutputOperands.emplace_back( in partitionTheWorkInternal()