Searched refs:NextCase (Results 1 – 1 of 1) sorted by relevance
1187 const CaseStmt *NextCase = dyn_cast<CaseStmt>(S.getSubStmt()); in EmitCaseStmt() local1190 while (NextCase && NextCase->getRHS() == nullptr) { in EmitCaseStmt()1191 CurCase = NextCase; in EmitCaseStmt()1196 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()1203 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt()); in EmitCaseStmt()