Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp531 static bool shouldInstrumentBlock(const Function &F, const BasicBlock *BB, in shouldInstrumentBlock() function
638 if (shouldInstrumentBlock(F, &BB, DT, PDT, Options)) in instrumentFunction()