Home
last modified time | relevance | path

Searched refs:computeCFGHash (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDSampleProfileProbe.h92 void computeCFGHash(const DenseSet<BasicBlock *> &BlocksToIgnore);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfileProbe.cpp183 computeCFGHash(BlocksToIgnore); in SampleProfileProber()
269 void SampleProfileProber::computeCFGHash( in computeCFGHash() function in SampleProfileProber
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOInstrumentation.cpp538 void computeCFGHash();
616 computeCFGHash(); in FuncPGOInstrumentation()
640 void FuncPGOInstrumentation<Edge, BBInfo>::computeCFGHash() { in computeCFGHash() function in FuncPGOInstrumentation