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

  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 1 //===--- CodeGenPGO.cpp - PGO Instrumentation for LLVM CodeGen --*- C++ -*-===//
46 /// \brief Stable hasher for PGO region counters.
107 /// A RecursiveASTVisitor that fills a map of statements to PGO counters.
200 /// PGO state.
201 CodeGenPGO &PGO;
222 CodeGenPGO &PGO)
223 : PGO(PGO), RecordNextStmtCount(false), CountMap(CountMap) {}
247 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody()));
259 uint64_t BodyCount = setCount(PGO.getRegionCount(D->getBody()))
    [all...]
CodeGenFunction.h     [all...]

Completed in 831 milliseconds