Searched refs:BlocksToInstrument (Results 1 – 3 of 3) 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()
495 SmallVector<BasicBlock *, 16> BlocksToInstrument; in runOnFunction() local509 BlocksToInstrument.push_back(&BB); in runOnFunction()537 InjectCoverage(F, BlocksToInstrument, IsLeafFunc); in runOnFunction()