LLVM 20.0.0git
|
#include "llvm/Analysis/CtxProfAnalysis.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/IR/Analysis.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/PassManager.h"
#include "llvm/ProfileData/PGOCtxProfReader.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/MemoryBuffer.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::json |
Macros | |
#define | DEBUG_TYPE "ctx_prof" |
Functions | |
Value | llvm::json::toJSON (const PGOCtxProfContext &P) |
Value | llvm::json::toJSON (const PGOCtxProfContext::CallTargetMapTy &P) |
Variables | |
cl::opt< std::string > | UseCtxProfile ("use-ctx-profile", cl::init(""), cl::Hidden, cl::desc("Use the specified contextual profile file")) |
#define DEBUG_TYPE "ctx_prof" |
Definition at line 24 of file CtxProfAnalysis.cpp.