Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h93 void computeCFGHash(const DenseSet<BasicBlock *> &BlocksToIgnore);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp181 computeCFGHash(BlocksToIgnore); in SampleProfileProber()
266 void SampleProfileProber::computeCFGHash( in computeCFGHash() function in SampleProfileProber
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp600 void computeCFGHash();
679 computeCFGHash(); in FuncPGOInstrumentation()
703 void FuncPGOInstrumentation<Edge, BBInfo>::computeCFGHash() { in computeCFGHash() function in FuncPGOInstrumentation