Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp623 uint64_t CaseCount = PGO.getRegionCount(S); in VisitSwitchCase() local
624 setCount(CurrentCount + CaseCount); in VisitSwitchCase()
627 CountMap[S] = CaseCount; in VisitSwitchCase()