Searched defs:switchStmt (Results 1 – 5 of 5) sorted by relevance
385 void AliveAnalyzer::AnalyzeSwitch(const ir::SwitchStatement *switchStmt) in AnalyzeSwitch()
825 void AssignAnalyzer::AnalyzeSwitch(const ir::SwitchStatement *switchStmt) in AnalyzeSwitch()
151 auto &switchStmt = static_cast<SwitchNode &>(stmtNodes.back()); in VerifyLabels() local
221 void ScopesInitPhase::VisitSwitchStatement(ir::SwitchStatement *switchStmt) in VisitSwitchStatement()
2752 Stmt &switchStmt = builder.Done(); in VisitSwitch() local