LLVM 22.0.0git
|
#include "llvm/Analysis/ProfileSummaryInfo.h"
#include "llvm/Analysis/StaticDataProfileInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/IR/Analysis.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"
Go to the source code of this file.
Classes | |
class | StaticDataAnnotator |
A module pass which iterates global variables in the module and annotates their section prefixes based on profile-driven analysis. More... |
Macros | |
#define | DEBUG_TYPE "static-data-annotator" |
Functions | |
INITIALIZE_PASS (StaticDataAnnotator, DEBUG_TYPE, "Static Data Annotator", false, false) ModulePass *llvm |
#define DEBUG_TYPE "static-data-annotator" |
Definition at line 39 of file StaticDataAnnotator.cpp.
INITIALIZE_PASS | ( | StaticDataAnnotator | , |
DEBUG_TYPE | , | ||
"Static Data Annotator" | , | ||
false | , | ||
false | ) |
Definition at line 102 of file StaticDataAnnotator.cpp.
References llvm::createStaticDataAnnotatorPass(), and DEBUG_TYPE.