Searched refs:BlocksToInstrument (Results 1 – 2 of 2) sorted by relevance
62 std::set<BasicBlock*> BlocksToInstrument; in runOnModule() local72 BlocksToInstrument.insert(BB); in runOnModule()90 if (BlocksToInstrument.count(BB)) { // Don't instrument inserted blocks in runOnModule()
367 SmallVector<BasicBlock *, 16> BlocksToInstrument; in runOnFunction() local378 BlocksToInstrument.push_back(&BB); in runOnFunction()394 InjectCoverage(F, BlocksToInstrument); in runOnFunction()