Lines Matching defs:step
220 void addRole(const ExecutionStep& step, uint32_t operandIndex, IOType type, in addRole()
632 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findModelOutputsThatAreDownstreamInputs() local
655 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs() local
660 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs() local
665 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findTempsAsStepModelOutputs() local
846 std::ostream& operator<<(std::ostream& os, const IfStep& step) { in operator <<()
851 std::ostream& operator<<(std::ostream& os, const WhileStep& step) { in operator <<()
856 std::ostream& operator<<(std::ostream& os, const GotoStep& step) { in operator <<()
862 if (const IfStep* step = tryIfStep()) { in dump() local
864 } else if (const WhileStep* step = tryWhileStep()) { in dump() local
866 } else if (const GotoStep* step = tryGotoStep()) { in dump() local
895 if (ExecutionStep* step = logicalStep->tryExecutionStep()) { in finish() local
921 } else if (IfStep* step = logicalStep->tryIfStep()) { in finish() local
930 } else if (WhileStep* step = logicalStep->tryWhileStep()) { in finish() local
992 if (const IfStep* step = logicalStep->tryIfStep()) { in findControlFlowBoundaryConstants() local
997 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findControlFlowBoundaryConstants() local
1008 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findMemoryStepRoles() local
1019 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findMemoryStepRoles() local
1042 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findMemoryStepRoles() local
1278 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in makeController() local
1297 } else if (const IfStep* step = logicalStep->tryIfStep()) { in makeController() local
1319 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in makeController() local
1543 if (const IfStep* step = logicalStep->tryIfStep()) { in nextCompound() local
1545 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in nextCompound() local
1547 } else if (const GotoStep* step = logicalStep->tryGotoStep()) { in nextCompound() local
1549 } else if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in nextCompound() local
1557 int ExecutionPlan::nextCompound(const ExecutionStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1661 int ExecutionPlan::nextCompound(const IfStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1704 int ExecutionPlan::nextCompound(const WhileStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1826 int ExecutionPlan::nextCompound(const GotoStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1856 auto step = std::make_shared<LogicalStep>(std::in_place_type<ExecutionStep>, this, in createNewExecutionStep() local
1864 auto step = std::make_shared<LogicalStep>(std::in_place_type<IfStep>); in createNewIfStep() local
1872 auto step = std::make_shared<LogicalStep>(std::in_place_type<WhileStep>); in createNewWhileStep() local
1880 auto step = std::make_shared<LogicalStep>(std::in_place_type<GotoStep>); in createNewGotoStep() local
1970 const ExecutionStep* step = logicalStep->tryExecutionStep(); in hasStepModelWithNoInputsOrNoOutputs() local
1984 for (const auto& step : mSteps) { in dump() local
2033 const auto* step = mSteps[stepIndex]->executionStep(); in forEachStepRoleOfSourceOperand() local
2069 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in forEachDynamicTemporary() local
2202 ExecutionStep* step = in partitionTheWorkInternal() local