Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DEdgeProfiling.cpp62 std::set<BasicBlock*> BlocksToInstrument; in runOnModule() local
72 BlocksToInstrument.insert(BB); in runOnModule()
90 if (BlocksToInstrument.count(BB)) { // Don't instrument inserted blocks in runOnModule()