Home
last modified time | relevance | path

Searched defs:AllBlocks (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp87 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), in gcovMain() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp729 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 DAddressSanitizer.cpp2891 SmallVector<BasicBlock *, 16> AllBlocks; instrumentFunction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h53 bool AllBlocks; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp540 BlockSet AllBlocks; in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp757 SmallVector<BasicBlockSet, 8> AllBlocks; in checkDependencies() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2492 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