HomeSort by: relevance | last modified time | path
    Searched refs:SwitchWeights (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 1339 if (SwitchWeights)
1340 SwitchWeights->push_back(Weight + (Rem ? 1 : 0));
1372 if (SwitchWeights) {
1374 uint64_t DefaultCount = (*SwitchWeights)[0];
1380 (*SwitchWeights)[0] += ThisCount;
1426 if (SwitchWeights)
1427 SwitchWeights->push_back(getProfileCount(&S));
1442 if (SwitchWeights)
1443 SwitchWeights->push_back(getProfileCount(&S));
1468 if (SwitchWeights)
    [all...]
CodeGenFunction.h 1518 SmallVector<uint64_t, 16> *SwitchWeights = nullptr;

Completed in 22 milliseconds