Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()