Home
last modified time | relevance | path

Searched refs:AllBlocks (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp203 bool InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks,
208 GlobalVariable *CreatePCArray(Function &F, ArrayRef<BasicBlock *> AllBlocks);
209 void CreateFunctionLocalArrays(Function &F, ArrayRef<BasicBlock *> AllBlocks);
562 ArrayRef<BasicBlock *> AllBlocks) { in CreatePCArray() argument
563 size_t N = AllBlocks.size(); in CreatePCArray()
568 if (&F.getEntryBlock() == AllBlocks[i]) { in CreatePCArray()
574 BlockAddress::get(AllBlocks[i]), IntptrPtrTy)); in CreatePCArray()
589 Function &F, ArrayRef<BasicBlock *> AllBlocks) { in CreateFunctionLocalArrays() argument
592 AllBlocks.size(), F, Int32Ty, SanCovGuardsSectionName); in CreateFunctionLocalArrays()
597 AllBlocks.size(), F, Int8Ty, SanCovCountersSectionName); in CreateFunctionLocalArrays()
[all …]
DAddressSanitizer.cpp2492 SmallVector<BasicBlock *, 16> AllBlocks; in runOnFunction() local
2503 AllBlocks.push_back(&BB); in runOnFunction()
/external/llvm/tools/llvm-cov/
Dgcov.cpp88 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), in gcovMain() local
90 cl::alias AllBlocksA("all-blocks", cl::aliasopt(AllBlocks)); in gcovMain()
138 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary, in gcovMain()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
Dgcov.cpp88 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), in gcovMain() local
90 cl::alias AllBlocksA("all-blocks", cl::aliasopt(AllBlocks)); in gcovMain()
138 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary, in gcovMain()
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp179 bool InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks);
402 ArrayRef<BasicBlock *> AllBlocks) { in InjectCoverage() argument
410 bool UseCalls = ClCoverageBlockThreshold < AllBlocks.size(); in InjectCoverage()
411 for (auto BB : AllBlocks) in InjectCoverage()
DAddressSanitizer.cpp1794 SmallVector<BasicBlock *, 16> AllBlocks; in runOnFunction() local
1805 AllBlocks.push_back(&BB); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DGCOV.h47 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options()
50 bool AllBlocks; member
/external/llvm/include/llvm/Support/
DGCOV.h38 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options()
41 bool AllBlocks; member
/external/llvm/lib/IR/
DGCOV.cpp611 if (Options.AllBlocks) { in print()
671 if (Options.AllBlocks) in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp633 if (Options.AllBlocks) { in print()
693 if (Options.AllBlocks) in print()