Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp214 SampleProfileProber::SampleProfileProber(Function &Func, in SampleProfileProber() function in SampleProfileProber
229 void SampleProfileProber::computeCFGHash() { in computeCFGHash()
256 void SampleProfileProber::computeProbeIdForBlocks() { in computeProbeIdForBlocks()
262 void SampleProfileProber::computeProbeIdForCallsites() { in computeProbeIdForCallsites()
274 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId()
279 uint32_t SampleProfileProber::getCallsiteId(const Instruction *Call) const { in getCallsiteId()
284 void SampleProfileProber::instrumentOneFunc(Function &F, TargetMachine *TM) { in instrumentOneFunc()
407 SampleProfileProber ProbeManager(F, ModuleId); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h99 class SampleProfileProber {
102 SampleProfileProber(Function &F, const std::string &CurModuleUniqueId);