Searched defs:BlockIter (Results 1 – 9 of 9) sorted by relevance
389 template <bool Forward, bool Const> class BlockIter; variable700 BlockIter(AllocatorT* allocator) : fAllocator(allocator) {} in BlockIter() function
393 using BlockIter = typename SkBlockAllocator::BlockIter<Forward, Const>; variable
134 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
135 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
142 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
359 auto BlockIter = MBB->begin(); in combineInstructions() local
509 auto BlockIter = MBB->begin(); in combineInstructions() local
573 auto BlockIter = MBB->begin(); in combineInstructions() local
429 using BlockIter = std::vector<Block *>::const_iterator; typedef