Searched refs:AllBlocks (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp205 bool InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks,
210 GlobalVariable *CreatePCArray(Function &F, ArrayRef<BasicBlock *> AllBlocks);
211 void CreateFunctionLocalArrays(Function &F, ArrayRef<BasicBlock *> AllBlocks);
669 ArrayRef<BasicBlock *> AllBlocks) {
670 size_t N = AllBlocks.size();
675 if (&F.getEntryBlock() == AllBlocks[i]) {
681 BlockAddress::get(AllBlocks[i]), IntptrPtrTy));
696 Function &F, ArrayRef<BasicBlock *> AllBlocks) {
699 AllBlocks.size(), F, Int32Ty, SanCovGuardsSectionName);
703 AllBlocks
668 CreatePCArray(Function &F, ArrayRef<BasicBlock *> AllBlocks) argument
695 CreateFunctionLocalArrays( Function &F, ArrayRef<BasicBlock *> AllBlocks) argument
709 InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks, bool IsLeafFunc) argument
[all...]
H A DAddressSanitizer.cpp2648 SmallVector<BasicBlock *, 16> AllBlocks; local
2657 AllBlocks.push_back(&BB);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp87 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false),
89 cl::alias AllBlocksA("all-blocks", cl::aliasopt(AllBlocks));
142 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp489 BlockSet AllBlocks; local
491 AllBlocks.insert(&MBB);
494 if (LLVM_UNLIKELY(processRegion(&*MF.begin(), AllBlocks, MF))) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h48 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F),
52 bool AllBlocks; member in struct:llvm::GCOV::Options
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp811 if (Options.AllBlocks)

Completed in 234 milliseconds