HomeSort by: relevance | last modified time | path
    Searched refs:CodeGenPGO (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.h 1 //===--- CodeGenPGO.h - PGO Instrumentation for LLVM CodeGen ----*- C++ -*-===//
27 class CodeGenPGO {
43 CodeGenPGO(CodeGenModule &CGModule)
CodeGenPGO.cpp 1 //===--- CodeGenPGO.cpp - PGO Instrumentation for LLVM CodeGen --*- C++ -*-===//
13 #include "CodeGenPGO.h"
33 void CodeGenPGO::setFuncName(StringRef Name,
45 void CodeGenPGO::setFuncName(llvm::Function *Fn) {
364 CodeGenPGO &PGO;
385 CodeGenPGO &PGO)
786 void CodeGenPGO::assignRegionCounters(GlobalDecl GD, llvm::Function *Fn) {
831 void CodeGenPGO::mapRegionCounters(const Decl *D) {
856 bool CodeGenPGO::skipRegionMappingForDecl(const Decl *D) {
878 void CodeGenPGO::emitCounterRegionMapping(const Decl *D)
    [all...]
CodeGenModule.cpp 25 #include "CodeGenPGO.h"
514 CodeGenPGO(*this).setValueProfilingFlag(getModule());
5992 CodeGenPGO PGO(*this);
5999 CodeGenPGO PGO(*this);
6006 CodeGenPGO PGO(*this);
CodeGenFunction.h 21 #include "CodeGenPGO.h"
1474 CodeGenPGO PGO;
  /src/external/apache2/llvm/lib/libclangCodeGen/
Makefile 52 CodeGenPGO.cpp \

Completed in 67 milliseconds