Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp213 SampleProfileProber::SampleProfileProber(Function &Func, in SampleProfileProber() function in SampleProfileProber
228 void SampleProfileProber::computeCFGHash() { in computeCFGHash()
255 void SampleProfileProber::computeProbeIdForBlocks() { in computeProbeIdForBlocks()
261 void SampleProfileProber::computeProbeIdForCallsites() { in computeProbeIdForCallsites()
273 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId()
278 uint32_t SampleProfileProber::getCallsiteId(const Instruction *Call) const { in getCallsiteId()
283 void SampleProfileProber::instrumentOneFunc(Function &F, TargetMachine *TM) { in instrumentOneFunc()
406 SampleProfileProber ProbeManager(F, ModuleId); in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h99 class SampleProfileProber {
102 SampleProfileProber(Function &F, const std::string &CurModuleUniqueId);