Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp1241 uint64_t ThisCount = getProfileCount(&S); in EmitCaseStmtRange() local
1243 Weights = createProfileWeights(ThisCount, DefaultCount); in EmitCaseStmtRange()
1248 (*SwitchWeights)[0] += ThisCount; in EmitCaseStmtRange()