Home
last modified time | relevance | path

Searched defs:shouldInstrumentBlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp91 bool BlockCoverageInference::shouldInstrumentBlock(const BasicBlock &BB) const { in shouldInstrumentBlock() function in BlockCoverageInference
H A DSanitizerCoverage.cpp545 static bool shouldInstrumentBlock(const Function &F, const BasicBlock *BB, in shouldInstrumentBlock() function