Home
last modified time | relevance | path

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

/freebsd/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.cpp545 static bool shouldInstrumentBlock(const Function &F, const BasicBlock *BB, in shouldInstrumentBlock() function
654 if (shouldInstrumentBlock(F, &BB, DT, PDT, Options)) in instrumentFunction()
H A DPGOInstrumentation.cpp761 if (BCI->shouldInstrumentBlock(BB)) in getInstrumentBBs()
1434 if (FuncInfo.BCI->shouldInstrumentBlock(BB)) in populateCoverage()
1499 LLVM_DEBUG(dbgs() << (FuncInfo.BCI->shouldInstrumentBlock(BB) ? "* " : " ") in populateCoverage()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h38 bool shouldInstrumentBlock(const BasicBlock &BB) const;