Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp259 const uint64_t BlockCount = Size / BlockBytes; in emitConstantSizeRepmov() local
DX86AvoidStoreForwardingBlocks.cpp340 unsigned BlockCount = 0; in findPotentialBlockers() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h1120 UINT BlockCount; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp574 APInt BlockCount(128, EntryCount.getCount()); in getProfileCountFromFreq() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp361 while (unsigned &BlockCount = LoopBlocks[CurrentLoop]) { in orderNodes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp161 uint32_t BlockCount; in readGCNO() local
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc1157 size_t Coverage::FunctionData::BlockCount() const { in BlockCount() function in v8::debug::Coverage::FunctionData