LLVM
17.0.0git
|
#include "llvm/Transforms/IPO/SampleProfileProbe.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/BlockFrequencyInfo.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/PseudoProbe.h"
#include "llvm/ProfileData/SampleProf.h"
#include "llvm/Support/CRC.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Transforms/Instrumentation.h"
#include "llvm/Transforms/Utils/ModuleUtils.h"
#include <unordered_set>
#include <vector>
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "sample-profile-probe" |
Functions | |
STATISTIC (ArtificialDbgLine, "Number of probes that have an artificial debug line") | |
static uint64_t | getCallStackHash (const DILocation *DIL) |
static uint64_t | computeCallStackHash (const Instruction &Inst) |
Variables | |
static cl::opt< bool > | VerifyPseudoProbe ("verify-pseudo-probe", cl::init(false), cl::Hidden, cl::desc("Do pseudo probe verification")) |
static cl::list< std::string > | VerifyPseudoProbeFuncList ("verify-pseudo-probe-funcs", cl::Hidden, cl::desc("The option to specify the name of the functions to verify.")) |
static cl::opt< bool > | UpdatePseudoProbe ("update-pseudo-probe", cl::init(true), cl::Hidden, cl::desc("Update pseudo probe distribution factor")) |
#define DEBUG_TYPE "sample-profile-probe" |
Definition at line 35 of file SampleProfileProbe.cpp.
|
static |
Definition at line 69 of file SampleProfileProbe.cpp.
References getCallStackHash(), and llvm::Instruction::getDebugLoc().
|
static |
Definition at line 52 of file SampleProfileProbe.cpp.
References llvm::DIScope::getName(), llvm::MD5Hash(), and llvm::to_string().
Referenced by computeCallStackHash().
|
static |
Referenced by llvm::PseudoProbeUpdatePass::run().
|
static |
Referenced by llvm::PseudoProbeVerifier::registerCallbacks().