Lines Matching refs:whileStep
1873 step->whileStep()->index = compound()->mSteps.size(); in createNewWhileStep()
1875 return step->whileStep(); in createNewWhileStep()
2297 WhileStep* whileStep = plan->createNewWhileStep(); in partitionTheWorkInternal() local
2298 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2302 afterCond->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
2303 whileStep->bodyStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2307 afterBody->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()
2308 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
2312 whileStep->outerInputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
2316 whileStep->outerOutputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()
2321 whileStep->condInputOperands.emplace_back( in partitionTheWorkInternal()
2324 whileStep->condOutputOperand = in partitionTheWorkInternal()
2328 whileStep->bodyInputOperands.emplace_back( in partitionTheWorkInternal()
2332 whileStep->bodyOutputOperands.emplace_back( in partitionTheWorkInternal()