Lines Matching refs:WhileStep
411 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findTempsAsStepModelOutputs()
584 std::string toString(const WhileStep& step) { in toString()
601 } else if (const WhileStep* step = tryWhileStep()) { in dump()
648 } else if (WhileStep* step = logicalStep->tryWhileStep()) { in finish()
707 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findControlFlowBoundaryConstants()
928 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in makeController()
1155 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in nextCompound()
1299 int ExecutionPlan::nextCompound(const WhileStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1453 WhileStep* ExecutionPlan::createNewWhileStep() { in createNewWhileStep()
1455 auto step = std::make_shared<LogicalStep>(std::in_place_type<WhileStep>); in createNewWhileStep()
1802 WhileStep* whileStep = plan->createNewWhileStep(); in partitionTheWorkInternal()