Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1373 uint64_t ThisCount = getProfileCount(&S); in EmitCaseStmtRange() local
1375 Weights = createProfileWeights(ThisCount, DefaultCount); in EmitCaseStmtRange()
1380 (*SwitchWeights)[0] += ThisCount; in EmitCaseStmtRange()