Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp635 SmallVector<BasicBlock *, 16> BlocksToInstrument; in instrumentFunction() local
649 BlocksToInstrument.push_back(&BB); in instrumentFunction()
687 InjectCoverage(F, BlocksToInstrument, IsLeafFunc); in instrumentFunction()