Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h226 class InstrProfStats {
234 InstrProfStats() in InstrProfStats() function
310 InstrProfStats PGOStats;
539 InstrProfStats &getPGOStats() { return PGOStats; } in getPGOStats()
H A DCodeGenModule.cpp326 void InstrProfStats::reportDiagnostics(DiagnosticsEngine &Diags, in reportDiagnostics()