Home
last modified time | relevance | path

Searched refs:NextCase (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp1319 const CaseStmt *NextCase = dyn_cast<CaseStmt>(S.getSubStmt()); in EmitCaseStmt() local
1322 while (NextCase && NextCase->getRHS() == nullptr) { in EmitCaseStmt()
1323 CurCase = NextCase; in EmitCaseStmt()
1328 SwitchWeights->push_back(getProfileCount(NextCase)); in EmitCaseStmt()
1335 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt()); in EmitCaseStmt()