Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp669 ArrayRef<BasicBlock *> AllBlocks) { in CreatePCArray()
696 Function &F, ArrayRef<BasicBlock *> AllBlocks) { in CreateFunctionLocalArrays()
710 ArrayRef<BasicBlock *> AllBlocks, in InjectCoverage()
DAddressSanitizer.cpp2648 SmallVector<BasicBlock *, 16> AllBlocks; in instrumentFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp489 BlockSet AllBlocks; in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h52 bool AllBlocks; member