LLVM 20.0.0git
|
#include "llvm/Analysis/CtxProfAnalysis.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/IR/Analysis.h"
#include "llvm/IR/IntrinsicInst.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) |
static void | preorderVisit (const PGOCtxProfContext::CallTargetMapTy &Profiles, function_ref< void(const PGOCtxProfContext &)> Visitor) |
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 25 of file CtxProfAnalysis.cpp.
|
static |
Definition at line 206 of file CtxProfAnalysis.cpp.
Referenced by llvm::PGOContextualProfile::flatten().