Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp513 SmallVector<BasicBlock *, 16> BlocksToInstrument; in runOnFunction() local
527 BlocksToInstrument.push_back(&BB); in runOnFunction()
555 InjectCoverage(F, BlocksToInstrument, IsLeafFunc); in runOnFunction()