LLVM 20.0.0git
|
#include "llvm/Transforms/IPO/SampleProfileProbe.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/BlockFrequencyInfo.h"
#include "llvm/Analysis/EHUtils.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/Module.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 "pseudo-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 "pseudo-probe" |
Definition at line 38 of file SampleProfileProbe.cpp.
|
static |
Definition at line 68 of file SampleProfileProbe.cpp.
References getCallStackHash(), and llvm::Instruction::getDebugLoc().
|
static |
Definition at line 55 of file SampleProfileProbe.cpp.
References llvm::sampleprof::MD5Hash(), and Name.
Referenced by computeCallStackHash().
STATISTIC | ( | ArtificialDbgLine | , |
"Number of probes that have an artificial debug line" | |||
) |
|
static |
Referenced by llvm::PseudoProbeUpdatePass::run().
|
static |
Referenced by llvm::PseudoProbeVerifier::registerCallbacks().