Searched defs:BlockIter (Results 1 – 4 of 4) sorted by relevance
134 auto BlockIter = MBB.begin(); in runOnMachineFunction() local
388 template <bool Forward, bool Const> class BlockIter; variable699 BlockIter(AllocatorT* allocator) : fAllocator(allocator) {} in BlockIter() function
378 using BlockIter = typename SkBlockAllocator::BlockIter<Forward, Const>; variable
509 auto BlockIter = MBB->begin(); in combineInstructions() local