Searched refs:tryIfStep (Results 1 – 2 of 2) sorted by relevance
660 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs()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()
517 IfStep* tryIfStep() { return std::get_if<IfStep>(&mStep); } in tryIfStep() function523 const IfStep* tryIfStep() const { return std::get_if<IfStep>(&mStep); } in tryIfStep() function