Home
last modified time | relevance | path

Searched refs:SampleProfileProber (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp170 SampleProfileProber::SampleProfileProber(Function &Func, in SampleProfileProber() function in SampleProfileProber
185 void SampleProfileProber::computeCFGHash() { in computeCFGHash()
210 void SampleProfileProber::computeProbeIdForBlocks() { in computeProbeIdForBlocks()
222 void SampleProfileProber::computeProbeIdForCallsites() { in computeProbeIdForCallsites()
248 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId()
253 uint32_t SampleProfileProber::getCallsiteId(const Instruction *Call) const { in getCallsiteId()
258 void SampleProfileProber::instrumentOneFunc(Function &F, TargetMachine *TM) { in instrumentOneFunc()
379 SampleProfileProber ProbeManager(F, ModuleId); in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h73 class SampleProfileProber {
76 SampleProfileProber(Function &F, const std::string &CurModuleUniqueId);