Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPeephole.cpp134 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
/third_party/skia/src/core/
DSkBlockAllocator.h388 template <bool Forward, bool Const> class BlockIter; variable
699 BlockIter(AllocatorT* allocator) : fAllocator(allocator) {} in BlockIter() function
DSkTBlockList.h378 using BlockIter = typename SkBlockAllocator::BlockIter<Forward, Const>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCombiner.cpp509 auto BlockIter = MBB->begin(); in combineInstructions() local