HomeSort by: relevance | last modified time | path
    Searched defs:NextCase (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 1460 const CaseStmt *NextCase = dyn_cast<CaseStmt>(S.getSubStmt());
1463 while (NextCase && NextCase->getRHS() == nullptr) {
1464 CurCase = NextCase;
1469 SwitchWeights->push_back(getProfileCount(NextCase));
1480 NextCase = dyn_cast<CaseStmt>(CurCase->getSubStmt());

Completed in 27 milliseconds