Lines Matching refs:logicalStep
400 for (const auto& logicalStep : mSteps) { in findTempsAsStepModelOutputs() local
401 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs()
406 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs()
411 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findTempsAsStepModelOutputs()
416 CHECK(logicalStep->isGoto()); in findTempsAsStepModelOutputs()
630 for (const auto& logicalStep : mSteps) { in finish() local
631 if (ExecutionStep* step = logicalStep->tryExecutionStep()) { in finish()
639 } else if (IfStep* step = logicalStep->tryIfStep()) { in finish()
648 } else if (WhileStep* step = logicalStep->tryWhileStep()) { in finish()
657 CHECK(logicalStep->isGoto()); in finish()
701 for (const auto& logicalStep : mSteps) { in findControlFlowBoundaryConstants() local
702 if (const IfStep* step = logicalStep->tryIfStep()) { in findControlFlowBoundaryConstants()
707 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findControlFlowBoundaryConstants()
783 for (const auto& logicalStep : compound()->mSteps) { in makeBursts() local
784 if (!logicalStep->isExecution()) { in makeBursts()
789 logicalStep->executionStep()->getPreparedStepModel()) { in makeBursts()
886 for (const auto& logicalStep : compound()->mSteps) { in makeController() local
887 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in makeController()
906 } else if (const IfStep* step = logicalStep->tryIfStep()) { in makeController()
928 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in makeController()
960 CHECK(logicalStep->isGoto()); in makeController()
1152 const auto& logicalStep = compoundBody->mSteps[controller->mNextStepIndex]; in nextCompound() local
1153 if (const IfStep* step = logicalStep->tryIfStep()) { in nextCompound()
1155 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in nextCompound()
1157 } else if (const GotoStep* step = logicalStep->tryGotoStep()) { in nextCompound()
1159 } else if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in nextCompound()
1560 for (const auto& logicalStep : mSteps) { in forEachStepRoleOfInput() local
1561 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in forEachStepRoleOfInput()
1579 for (const auto& logicalStep : mSteps) { in forEachStepRoleOfOutput() local
1580 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in forEachStepRoleOfOutput()