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) : F(&Func) { in SampleProfileProber() function in SampleProfileProber
193 void SampleProfileProber::computeBlocksToIgnore( in computeBlocksToIgnore()
212 void SampleProfileProber::findUnreachableBlocks( in findUnreachableBlocks()
222 void SampleProfileProber::findInvokeNormalDests( in findInvokeNormalDests()
249 const Instruction *SampleProfileProber::getOriginalTerminator( in getOriginalTerminator()
266 void SampleProfileProber::computeCFGHash( in computeCFGHash()
300 void SampleProfileProber::computeProbeId( in computeProbeId()
331 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId()
336 uint32_t SampleProfileProber::getCallsiteId(const Instruction *Call) const { in getCallsiteId()
341 void SampleProfileProber::instrumentOneFunc(Function &F, TargetMachine *TM) { in instrumentOneFunc()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h75 class SampleProfileProber {
78 LLVM_ABI SampleProfileProber(Function &F);