Searched refs:whileStep (Results 1 – 2 of 2) sorted by relevance
1873 step->whileStep()->index = compound()->mSteps.size(); in createNewWhileStep()1875 return step->whileStep(); in createNewWhileStep()2297 WhileStep* whileStep = plan->createNewWhileStep(); in partitionTheWorkInternal() local2298 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()[all …]
506 WhileStep* whileStep() { return &std::get<WhileStep>(mStep); } in whileStep() function512 const WhileStep* whileStep() const { return &std::get<WhileStep>(mStep); } in whileStep() function