Searched refs:CodeGenPGO (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenPGO.h1 //===--- CodeGenPGO.h - PGO Instrumentation for LLVM CodeGen ----*- C++ -*-===//
31 class CodeGenPGO { class in namespace:clang::CodeGen
47 CodeGenPGO(CodeGenModule &CGM) function in class:clang::CodeGen::CodeGenPGO
150 CodeGenPGO *PGO;
157 RegionCounter(CodeGenPGO &PGO, unsigned CounterIndex)
162 RegionCounter(CodeGenPGO &PGO, const Stmt *S)
H A DCodeGenPGO.cpp1 //===--- CodeGenPGO.cpp - PGO Instrumentation for LLVM CodeGen --*- C++ -*-===//
14 #include "CodeGenPGO.h"
27 void CodeGenPGO::setFuncName(llvm::Function *Fn) {
107 llvm::GlobalVariable *CodeGenPGO::buildDataVar() {
157 void CodeGenPGO::emitInstrumentationData() {
174 llvm::Function *CodeGenPGO::emitInitialization(CodeGenModule &CGM) {
360 CodeGenPGO &PGO;
378 CodeGenPGO &PGO)
810 void CodeGenPGO::assignRegionCounters(const Decl *D, llvm::Function *Fn) {
847 void CodeGenPGO
[all...]
H A DAndroid.mk55 CodeGenPGO.cpp \
H A DCodeGenFunction.h22 #include "CodeGenPGO.h"
837 CodeGenPGO PGO;
H A DCodeGenModule.cpp23 #include "CodeGenPGO.h"
338 if (llvm::Function *PGOInit = CodeGenPGO::emitInitialization(*this))

Completed in 134 milliseconds