Lines Matching defs:step
260 void addRole(const ExecutionStep& step, uint32_t operandIndex, IOType type, in addRole()
672 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findModelOutputsThatAreDownstreamInputs() local
695 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs() local
700 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs() local
705 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findTempsAsStepModelOutputs() local
886 std::ostream& operator<<(std::ostream& os, const IfStep& step) { in operator <<()
891 std::ostream& operator<<(std::ostream& os, const WhileStep& step) { in operator <<()
896 std::ostream& operator<<(std::ostream& os, const GotoStep& step) { in operator <<()
902 if (const IfStep* step = tryIfStep()) { in dump() local
904 } else if (const WhileStep* step = tryWhileStep()) { in dump() local
906 } else if (const GotoStep* step = tryGotoStep()) { in dump() local
938 if (ExecutionStep* step = logicalStep->tryExecutionStep()) { in finish() local
965 } else if (IfStep* step = logicalStep->tryIfStep()) { in finish() local
974 } else if (WhileStep* step = logicalStep->tryWhileStep()) { in finish() local
1037 if (const IfStep* step = logicalStep->tryIfStep()) { in findControlFlowBoundaryConstants() local
1042 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findControlFlowBoundaryConstants() local
1053 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findMemoryStepRoles() local
1064 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findMemoryStepRoles() local
1087 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findMemoryStepRoles() local
1330 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in makeController() local
1349 } else if (const IfStep* step = logicalStep->tryIfStep()) { in makeController() local
1371 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in makeController() local
1595 if (const IfStep* step = logicalStep->tryIfStep()) { in nextCompound() local
1597 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in nextCompound() local
1599 } else if (const GotoStep* step = logicalStep->tryGotoStep()) { in nextCompound() local
1601 } else if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in nextCompound() local
1609 int ExecutionPlan::nextCompound(const ExecutionStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1713 int ExecutionPlan::nextCompound(const IfStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1756 int ExecutionPlan::nextCompound(const WhileStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1878 int ExecutionPlan::nextCompound(const GotoStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1908 auto step = std::make_shared<LogicalStep>(std::in_place_type<ExecutionStep>, this, in createNewExecutionStep() local
1916 auto step = std::make_shared<LogicalStep>(std::in_place_type<IfStep>); in createNewIfStep() local
1924 auto step = std::make_shared<LogicalStep>(std::in_place_type<WhileStep>); in createNewWhileStep() local
1932 auto step = std::make_shared<LogicalStep>(std::in_place_type<GotoStep>); in createNewGotoStep() local
2022 const ExecutionStep* step = logicalStep->tryExecutionStep(); in hasStepModelWithNoInputsOrNoOutputs() local
2036 for (const auto& step : mSteps) { in dump() local
2085 const auto* step = mSteps[stepIndex]->executionStep(); in forEachStepRoleOfSourceOperand() local
2121 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in forEachDynamicTemporary() local
2255 ExecutionStep* step = in partitionTheWorkInternal() local