Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h214 class InstrProfStats {
222 InstrProfStats() in InstrProfStats() function
333 InstrProfStats PGOStats;
655 InstrProfStats &getPGOStats() { return PGOStats; } in getPGOStats()
H A DCodeGenModule.cpp463 void InstrProfStats::reportDiagnostics(DiagnosticsEngine &Diags, in reportDiagnostics()