Searched defs:AllBlocks (Results 1 – 8 of 8) sorted by relevance
/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
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 735 CreatePCArray(Function & F,ArrayRef<BasicBlock * > AllBlocks) CreatePCArray() argument 761 CreateFunctionLocalArrays(Function & F,ArrayRef<BasicBlock * > AllBlocks) CreateFunctionLocalArrays() argument 778 InjectCoverage(Function & F,ArrayRef<BasicBlock * > AllBlocks,bool IsLeafFunc) InjectCoverage() argument [all...] |
H A D | AddressSanitizer.cpp | 2985 SmallVector<BasicBlock *, 16> AllBlocks; instrumentFunction() local
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | InstrRefLDVTest.cpp | 197 SmallPtrSetImpl<MachineBasicBlock *> &AllBlocks, in placeMLocPHIs() argument 1160 SmallPtrSet<MachineBasicBlock *, 4> AllBlocks{MBB0, MBB1, MBB2, MBB3}; in TEST_F() local 2274 SmallPtrSet<const MachineBasicBlock *, 8> AllBlocks; in TEST_F() local 2457 SmallPtrSet<const MachineBasicBlock *, 8> AllBlocks; TEST_F() local 2560 SmallPtrSet<const MachineBasicBlock *, 8> AllBlocks; TEST_F() local [all...] |
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 53 bool AllBlocks; member
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 540 BlockSet AllBlocks; in runOnMachineFunction() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 757 SmallVector<BasicBlockSet, 8> AllBlocks; checkDependencies() local
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2493 placeMLocPHIs(MachineFunction & MF,SmallPtrSetImpl<MachineBasicBlock * > & AllBlocks,FuncValueTable & MInLocs,SmallVectorImpl<MLocTransferMap> & MLocTransfer) placeMLocPHIs() argument 2636 SmallPtrSet<MachineBasicBlock *, 32> AllBlocks; buildMLocValueMap() local 2751 BlockPHIPlacement(const SmallPtrSetImpl<MachineBasicBlock * > & AllBlocks,const SmallPtrSetImpl<MachineBasicBlock * > & DefBlocks,SmallVectorImpl<MachineBasicBlock * > & PHIBlocks) BlockPHIPlacement() argument
|