Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h219 class InstrProfStats {
227 InstrProfStats() in InstrProfStats() function
336 InstrProfStats PGOStats;
638 InstrProfStats &getPGOStats() { return PGOStats; } in getPGOStats()
H A DCodeGenModule.cpp417 void InstrProfStats::reportDiagnostics(DiagnosticsEngine &Diags, in reportDiagnostics()