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

/external/swiftshader/third_party/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
/external/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp367 SmallVector<BasicBlock *, 16> BlocksToInstrument; local
378 BlocksToInstrument.push_back(&BB);
394 InjectCoverage(F, BlocksToInstrument);

Completed in 99 milliseconds