Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp641 uint64_t CaseCount = PGO.getRegionCount(S); in VisitSwitchCase() local
642 setCount(CurrentCount + CaseCount); in VisitSwitchCase()
645 CountMap[S] = CaseCount; in VisitSwitchCase()