Searched refs:NextCase (Results 1 – 1 of 1) sorted by relevance
1240 const CaseStmt *NextCase = dyn_cast<CaseStmt>(S.getSubStmt()); in EmitCaseStmt() local1243 while (NextCase && NextCase->getRHS() == nullptr) { in EmitCaseStmt()1244 CurCase = NextCase; in EmitCaseStmt()1249 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()1256 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt()); in EmitCaseStmt()