|
LLVM
8.0.1
|
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>

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) |
This file provides the interface for IR based instrumentation passes ( (profile-gen, and profile-use).
Definition in file PGOInstrumentation.h.
1.8.13