Home
last modified time | relevance | path

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

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