Home
last modified time | relevance | path

Searched defs:ProcessBlock (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/tools/D3d12maDumpVis/
DD3d12maDumpVis.py49 def ProcessBlock(dstBlockList, iBlockId, objBlock, sAlgorithm): function
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/tools/GpuMemDumpVis/
DGpuMemDumpVis.py60 def ProcessBlock(poolData, block): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSink.cpp199 static bool ProcessBlock(BasicBlock &BB, DominatorTree &DT, LoopInfo &LI, in ProcessBlock() function
DJumpThreading.cpp994 bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) { in ProcessBlock() function in JumpThreadingPass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSink.cpp372 bool MachineSinking::ProcessBlock(MachineBasicBlock &MBB) { in ProcessBlock() function in MachineSinking
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp703 auto ProcessBlock = [&](BasicBlock *BB) { in updateForClonedLoop() local