Searched defs:AllBlocks (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 729 CreatePCArray(Function & F,ArrayRef<BasicBlock * > AllBlocks) CreatePCArray() argument 755 CreateFunctionLocalArrays(Function & F,ArrayRef<BasicBlock * > AllBlocks) CreateFunctionLocalArrays() argument 772 InjectCoverage(Function & F,ArrayRef<BasicBlock * > AllBlocks,bool IsLeafFunc) InjectCoverage() argument [all...] |
H A D | AddressSanitizer.cpp | 2891 SmallVector<BasicBlock *, 16> AllBlocks; instrumentFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 53 bool AllBlocks; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 540 BlockSet AllBlocks; in runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 757 SmallVector<BasicBlockSet, 8> AllBlocks; in checkDependencies() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2492 placeMLocPHIs(MachineFunction & MF,SmallPtrSetImpl<MachineBasicBlock * > & AllBlocks,FuncValueTable & MInLocs,SmallVectorImpl<MLocTransferMap> & MLocTransfer) placeMLocPHIs() argument 2635 SmallPtrSet<MachineBasicBlock *, 32> AllBlocks; buildMLocValueMap() local 2750 BlockPHIPlacement(const SmallPtrSetImpl<MachineBasicBlock * > & AllBlocks,const SmallPtrSetImpl<MachineBasicBlock * > & DefBlocks,SmallVectorImpl<MachineBasicBlock * > & PHIBlocks) BlockPHIPlacement() argument
|