LLVM  8.0.1
Classes | Namespaces | Functions
PGOInstrumentation.h File Reference

This file provides the interface for IR based instrumentation passes ( (profile-gen, and profile-use). More...

#include "llvm/ADT/ArrayRef.h"
#include "llvm/IR/PassManager.h"
#include <cstdint>
#include <string>
Include dependency graph for PGOInstrumentation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::PGOInstrumentationGen
 The instrumentation (profile-instr-gen) pass for IR based PGO. More...
 
class  llvm::PGOInstrumentationUse
 The profile annotation (profile-instr-use) pass for IR based PGO. More...
 
class  llvm::PGOIndirectCallPromotion
 The indirect function call promotion pass. More...
 
class  llvm::PGOMemOPSizeOpt
 The profile size based optimization pass for memory intrinsics. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

void llvm::setProfMetadata (Module *M, Instruction *TI, ArrayRef< uint64_t > EdgeCounts, uint64_t MaxCount)
 
void llvm::setIrrLoopHeaderMetadata (Module *M, Instruction *TI, uint64_t Count)
 

Detailed Description

This file provides the interface for IR based instrumentation passes ( (profile-gen, and profile-use).

Definition in file PGOInstrumentation.h.