Lines Matching refs:ifStep
1865 step->ifStep()->index = compound()->mSteps.size(); in createNewIfStep()
1867 return step->ifStep(); in createNewIfStep()
2237 IfStep* ifStep = plan->createNewIfStep(); in partitionTheWorkInternal() local
2238 ifStep->conditionOperandIndex = SourceOperandIndex( in partitionTheWorkInternal()
2240 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2244 ifStep->elseStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2251 ifStep->outerInputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
2255 ifStep->outerOutputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
2260 ifStep->thenBranchInputOperands.emplace_back( in partitionTheWorkInternal()
2264 ifStep->thenBranchOutputOperands.emplace_back( in partitionTheWorkInternal()
2269 ifStep->elseBranchInputOperands.emplace_back( in partitionTheWorkInternal()
2273 ifStep->elseBranchOutputOperands.emplace_back( in partitionTheWorkInternal()