Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp171 SampleProfileProber::SampleProfileProber(Function &Func, in SampleProfileProber() function in SampleProfileProber
195 void SampleProfileProber::computeBlocksToIgnore( in computeBlocksToIgnore()
215 void SampleProfileProber::findUnreachableBlocks( in findUnreachableBlocks()
225 void SampleProfileProber::findInvokeNormalDests( in findInvokeNormalDests()
252 const Instruction *SampleProfileProber::getOriginalTerminator( in getOriginalTerminator()
269 void SampleProfileProber::computeCFGHash( in computeCFGHash()
303 void SampleProfileProber::computeProbeId( in computeProbeId()
334 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId()
339 uint32_t SampleProfileProber::getCallsiteId(const Instruction *Call) const { in getCallsiteId()
344 void SampleProfileProber::instrumentOneFunc(Function &F, TargetMachine *TM) { in instrumentOneFunc()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h74 class SampleProfileProber {
77 SampleProfileProber(Function &F, const std::string &CurModuleUniqueId);