Searched refs:whileStep (Results 1 – 2 of 2) sorted by relevance
1456 step->whileStep()->index = compound()->mSteps.size(); in createNewWhileStep()1458 return step->whileStep(); in createNewWhileStep()1802 WhileStep* whileStep = plan->createNewWhileStep(); in partitionTheWorkInternal() local1803 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()1807 afterCond->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()1808 whileStep->bodyStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()1812 afterBody->gotoStepIndex = whileStep->index; in partitionTheWorkInternal()1813 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()1817 whileStep->outerInputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()1821 whileStep->outerOutputOperands.emplace_back(sourceModelIndex, in partitionTheWorkInternal()[all …]
357 WhileStep* whileStep() { return &std::get<WhileStep>(mStep); } in whileStep() function363 const WhileStep* whileStep() const { return &std::get<WhileStep>(mStep); } in whileStep() function