Home
last modified time | relevance | path

Searched refs:BlockIter (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkBlockAllocator.h388 template <bool Forward, bool Const> class BlockIter;
400 inline BlockIter<true, false> blocks();
401 inline BlockIter<true, true> blocks() const;
402 inline BlockIter<false, false> rblocks();
403 inline BlockIter<false, true> rblocks() const;
692 class SkBlockAllocator::BlockIter { class in final::GrowthPolicy::SkBlockAllocator
699 BlockIter(AllocatorT* allocator) : fAllocator(allocator) {} in BlockIter() function in final::GrowthPolicy::SkBlockAllocator::BlockIter
713 friend BlockIter;
740 SkBlockAllocator::BlockIter<true, false> SkBlockAllocator::blocks() { in blocks()
741 return BlockIter<tru in blocks()
[all...]
H A DSkTBlockList.h378 using BlockIter = typename SkBlockAllocator::BlockIter<Forward, Const>;
380 BlockIndexIterator(BlockIter iter) : fBlockIter(iter) {} in BlockIndexIterator()
408 using BlockItem = typename BlockIter::Item;
439 BlockIter fBlockIter;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp134 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
136 while (BlockIter != MBB.end()) { in runOnMachineFunction()
137 auto &MI = *BlockIter++; in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCombiner.cpp509 auto BlockIter = MBB->begin();
510 decltype(BlockIter) LastUpdate;
521 while (BlockIter != MBB->end()) {
522 auto &MI = *BlockIter++;
589 MinInstr->updateDepths(LastUpdate, BlockIter, RegUnits);
590 LastUpdate = BlockIter;
619 LastUpdate = BlockIter;

Completed in 4 milliseconds