Lines Matching refs:IfStep
700 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs()
886 std::ostream& operator<<(std::ostream& os, const IfStep& step) { in operator <<()
902 if (const IfStep* step = tryIfStep()) { in dump()
965 } else if (IfStep* step = logicalStep->tryIfStep()) { in finish()
1037 if (const IfStep* step = logicalStep->tryIfStep()) { in findControlFlowBoundaryConstants()
1064 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findMemoryStepRoles()
1349 } else if (const IfStep* step = logicalStep->tryIfStep()) { in makeController()
1595 if (const IfStep* step = logicalStep->tryIfStep()) { in nextCompound()
1713 int ExecutionPlan::nextCompound(const IfStep* step, std::shared_ptr<Controller> controller, in nextCompound()
1914 IfStep* ExecutionPlan::createNewIfStep() { in createNewIfStep()
1916 auto step = std::make_shared<LogicalStep>(std::in_place_type<IfStep>); in createNewIfStep()
2290 IfStep* ifStep = plan->createNewIfStep(); in partitionTheWorkInternal()