Lines Matching refs:IfStep
660 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs()
846 std::ostream& operator<<(std::ostream& os, const IfStep& step) { in operator <<()
862 if (const IfStep* step = tryIfStep()) { in dump()
921 } else if (IfStep* step = logicalStep->tryIfStep()) { in finish()
992 if (const IfStep* step = logicalStep->tryIfStep()) { in findControlFlowBoundaryConstants()
1019 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findMemoryStepRoles()
1297 } else if (const IfStep* step = logicalStep->tryIfStep()) { in makeController()
1543 if (const IfStep* step = logicalStep->tryIfStep()) { in nextCompound()
1661 int ExecutionPlan::nextCompound(const IfStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1862 IfStep* ExecutionPlan::createNewIfStep() { in createNewIfStep()
1864 auto step = std::make_shared<LogicalStep>(std::in_place_type<IfStep>); in createNewIfStep()
2237 IfStep* ifStep = plan->createNewIfStep(); in partitionTheWorkInternal()