HomeSort by relevance Sort by last modified time
    Searched refs:PGOStats (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenModule.h 303 InstrProfStats PGOStats;
528 InstrProfStats &getPGOStats() { return PGOStats; }
    [all...]
CodeGenModule.cpp 340 if (PGOReader && PGOStats.hasDiagnostics())
341 PGOStats.reportDiagnostics(getDiags(), getCodeGenOpts().MainFileName);
    [all...]

Completed in 62 milliseconds