Searched defs:AllBlocks (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
H A D | gcov.cpp | 89 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), in gcovMain() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 746 ArrayRef<BasicBlock *> AllBlocks) { in CreatePCArray() 772 Function &F, ArrayRef<BasicBlock *> AllBlocks) { in CreateFunctionLocalArrays() 789 ArrayRef<BasicBlock *> AllBlocks, in InjectCoverage()
|
H A D | AddressSanitizer.cpp | 2715 SmallVector<BasicBlock *, 16> AllBlocks; in instrumentFunction() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 52 bool AllBlocks; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 540 BlockSet AllBlocks; in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 758 SmallVector<BasicBlockSet, 8> AllBlocks; in checkDependencies() local
|
H A D | CodeLayout.cpp | 939 std::vector<Block> AllBlocks; member in __anone35372fe0111::ExtTSPImpl
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 2491 MachineFunction &MF, SmallPtrSetImpl<MachineBasicBlock *> &AllBlocks, in placeMLocPHIs() 2634 SmallPtrSet<MachineBasicBlock *, 32> AllBlocks; in buildMLocValueMap() local 2748 const SmallPtrSetImpl<MachineBasicBlock *> &AllBlocks, in BlockPHIPlacement()
|