Searched refs:getNextStepIndex (Results 1 – 2 of 2) sorted by relevance
2293 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2297 ifStep->elseStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2300 afterThenBranch->gotoStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2351 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2356 whileStep->bodyStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2361 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
710 size_t getNextStepIndex() const { return compound()->mSteps.size(); } in getNextStepIndex() function