Searched refs:NextCase (Results 1 – 2 of 2) sorted by relevance
943 goto NextCase; in TrCheckForDuplicateCase()994 goto NextCase; in TrCheckForDuplicateCase()1005 NextCase: in TrCheckForDuplicateCase()
1460 const CaseStmt *NextCase = dyn_cast<CaseStmt>(S.getSubStmt()); in EmitCaseStmt() local1463 while (NextCase && NextCase->getRHS() == nullptr) { in EmitCaseStmt()1464 CurCase = NextCase; in EmitCaseStmt()1469 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()1480 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt()); in EmitCaseStmt()