Searched refs:getNextStepIndex (Results 1 – 2 of 2) sorted by relevance
2240 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2244 ifStep->elseStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2247 afterThenBranch->gotoStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2298 whileStep->condStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2303 whileStep->bodyStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()2308 whileStep->exitStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()
710 size_t getNextStepIndex() const { return compound()->mSteps.size(); } in getNextStepIndex() function