OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlocksToInstrument
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
EdgeProfiling.cpp
62
std::set<BasicBlock*>
BlocksToInstrument
;
72
BlocksToInstrument
.insert(BB);
90
if (
BlocksToInstrument
.count(BB)) { // Don't instrument inserted blocks
/external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp
367
SmallVector<BasicBlock *, 16>
BlocksToInstrument
;
378
BlocksToInstrument
.push_back(&BB);
394
InjectCoverage(F,
BlocksToInstrument
);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp
495
SmallVector<BasicBlock *, 16>
BlocksToInstrument
;
509
BlocksToInstrument
.push_back(&BB);
537
InjectCoverage(F,
BlocksToInstrument
, IsLeafFunc);
[
all
...]
Completed in 134 milliseconds