Searched refs:getNextStepIndex (Results 1 – 2 of 2) sorted by relevance
1745 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()1749 ifStep->elseStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()1752 afterThenBranch->gotoStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()1803 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()1808 whileStep->bodyStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()1813 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
534 size_t getNextStepIndex() const { return compound()->mSteps.size(); } in getNextStepIndex() function