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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DEdgeProfiling.cpp62 std::set<BasicBlock*> BlocksToInstrument; local
72 BlocksToInstrument.insert(BB);
90 if (BlocksToInstrument.count(BB)) { // Don't instrument inserted blocks

Completed in 124 milliseconds