Searched refs:BlocksToInstrument (Results 1 – 1 of 1) 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()