Home
last modified time | relevance | path

Searched refs:shouldInstrumentBlock (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp54 assert(!ForceInstrumentEntry || shouldInstrumentBlock(F.getEntryBlock())); in BlockCoverageInference()
59 if (shouldInstrumentBlock(BB)) in BlockCoverageInference()
81 if (shouldInstrumentBlock(BB)) { in getInstrumentedBlocksHash()
91 bool BlockCoverageInference::shouldInstrumentBlock(const BasicBlock &BB) const { in shouldInstrumentBlock() function in BlockCoverageInference
263 return BCI->shouldInstrumentBlock(*BB); in isInstrumented()
343 OS << (shouldInstrumentBlock(BB) ? "* " : " ") << BB.getName() << "\n"; in dump()
H A DSanitizerCoverage.cpp541 static bool shouldInstrumentBlock(const Function &F, const BasicBlock *BB, in shouldInstrumentBlock() function
648 if (shouldInstrumentBlock(F, &BB, DT, PDT, Options)) in instrumentFunction()
H A DPGOInstrumentation.cpp737 if (BCI->shouldInstrumentBlock(BB)) in getInstrumentBBs()
1379 if (FuncInfo.BCI->shouldInstrumentBlock(BB)) in populateCoverage()
1443 LLVM_DEBUG(dbgs() << (FuncInfo.BCI->shouldInstrumentBlock(BB) ? "* " : " ") in populateCoverage()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h38 bool shouldInstrumentBlock(const BasicBlock &BB) const;