Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A Dgcov.cpp89 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), in gcovMain() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp746 ArrayRef<BasicBlock *> AllBlocks) { in CreatePCArray()
772 Function &F, ArrayRef<BasicBlock *> AllBlocks) { in CreateFunctionLocalArrays()
789 ArrayRef<BasicBlock *> AllBlocks, in InjectCoverage()
H A DAddressSanitizer.cpp2715 SmallVector<BasicBlock *, 16> AllBlocks; in instrumentFunction() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DGCOV.h52 bool AllBlocks; member
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp540 BlockSet AllBlocks; in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp758 SmallVector<BasicBlockSet, 8> AllBlocks; in checkDependencies() local
H A DCodeLayout.cpp939 std::vector<Block> AllBlocks; member in __anone35372fe0111::ExtTSPImpl
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2491 MachineFunction &MF, SmallPtrSetImpl<MachineBasicBlock *> &AllBlocks, in placeMLocPHIs()
2634 SmallPtrSet<MachineBasicBlock *, 32> AllBlocks; in buildMLocValueMap() local
2748 const SmallPtrSetImpl<MachineBasicBlock *> &AllBlocks, in BlockPHIPlacement()