| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 730 size_t N = AllBlocks.size(); in CreatePCArray() 735 if (&F.getEntryBlock() == AllBlocks[i]) { in CreatePCArray() 741 BlockAddress::get(AllBlocks[i]), PtrTy)); in CreatePCArray() 755 Function &F, ArrayRef<BasicBlock *> AllBlocks) { in CreateFunctionLocalArrays() argument 758 AllBlocks.size(), F, Int32Ty, SanCovGuardsSectionName); in CreateFunctionLocalArrays() 762 AllBlocks.size(), F, Int8Ty, SanCovCountersSectionName); in CreateFunctionLocalArrays() 768 FunctionPCsArray = CreatePCArray(F, AllBlocks); in CreateFunctionLocalArrays() 774 if (AllBlocks.empty()) return false; in InjectCoverage() 775 CreateFunctionLocalArrays(F, AllBlocks); in InjectCoverage() 776 for (size_t i = 0, N = AllBlocks.size(); i < N; i++) in InjectCoverage() [all …]
|
| H A D | AddressSanitizer.cpp | 2891 SmallVector<BasicBlock *, 16> AllBlocks; in instrumentFunction() local 2896 AllBlocks.push_back(&BB); in instrumentFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | gcov.cpp | 87 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), in gcovMain() local 89 cl::alias AllBlocksA("all-blocks", cl::aliasopt(AllBlocks)); in gcovMain() 169 GCOV::Options Options(AllBlocks, BranchProb, BranchCount, FuncSummary, in gcovMain()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 540 BlockSet AllBlocks; in runOnMachineFunction() local 542 AllBlocks.insert(&MBB); in runOnMachineFunction() 545 if (LLVM_UNLIKELY(processRegion(&*MF.begin(), AllBlocks, MF))) { in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 757 SmallVector<BasicBlockSet, 8> AllBlocks; in checkDependencies() local 760 AllBlocks.push_back(ForeBlocksMap.lookup(L)); in checkDependencies() 761 AllBlocks.push_back(SubLoopBlocks); in checkDependencies() 764 AllBlocks.push_back(AftBlocksMap.lookup(L)); in checkDependencies() 769 for (BasicBlockSet &Blocks : AllBlocks) { in checkDependencies()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 48 : AllBlocks(A), BranchInfo(B), BranchCount(C), FuncCoverage(F), in Options() 53 bool AllBlocks; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 2492 MachineFunction &MF, SmallPtrSetImpl<MachineBasicBlock *> &AllBlocks, in placeMLocPHIs() argument 2560 BlockPHIPlacement(AllBlocks, DefBlocks, PHIBlocks); in placeMLocPHIs() 2635 SmallPtrSet<MachineBasicBlock *, 32> AllBlocks; in buildMLocValueMap() local 2639 AllBlocks.insert(OrderToBB[I]); in buildMLocValueMap() 2652 placeMLocPHIs(MF, AllBlocks, MInLocs, MLocTransfer); in buildMLocValueMap() 2750 const SmallPtrSetImpl<MachineBasicBlock *> &AllBlocks, in BlockPHIPlacement() argument 2758 IDF.setLiveInBlocks(AllBlocks); in BlockPHIPlacement()
|
| H A D | InstrRefBasedImpl.h | 1324 SmallPtrSetImpl<MachineBasicBlock *> &AllBlocks, 1343 void BlockPHIPlacement(const SmallPtrSetImpl<MachineBasicBlock *> &AllBlocks,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 815 if (options.AllBlocks) { in annotateSource()
|