Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h45 uint64_t getInstrumentedBlocksHash() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp77 uint64_t BlockCoverageInference::getInstrumentedBlocksHash() const { in getInstrumentedBlocksHash() function in BlockCoverageInference
352 << Twine::utohexstr(getInstrumentedBlocksHash()) << "\n"; in dump()
H A DPGOInstrumentation.cpp666 updateJCH(BCI->getInstrumentedBlocksHash()); in computeCFGHash()