HomeSort by relevance Sort by last modified time
    Searched defs:AllBlocks (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 155 bool InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks);
303 SmallVector<BasicBlock*, 16> AllBlocks;
307 AllBlocks.push_back(&BB);
322 InjectCoverage(F, AllBlocks);
330 ArrayRef<BasicBlock *> AllBlocks) {
338 bool UseCalls = ClCoverageBlockThreshold < AllBlocks.size();
339 for (auto BB : AllBlocks)
AddressSanitizer.cpp     [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
41 bool AllBlocks;
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 721 BlockSet AllBlocks;
723 AllBlocks.insert(Curr);
728 Root = Analyzer(this).Process(AllBlocks, Entries, nullptr);
    [all...]

Completed in 5527 milliseconds