Searched refs:HInstructionIteratorHandleChanges (Results 1 – 3 of 3) sorted by relevance
31 for (HInstructionIteratorHandleChanges inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
373 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
189 friend class HInstructionIteratorHandleChanges; variable2815 class HInstructionIteratorHandleChanges : public ValueObject {2817 explicit HInstructionIteratorHandleChanges(const HInstructionList& instructions)2828 HInstructionIteratorHandleChanges() : instruction_(nullptr) {}2832 friend struct HSTLInstructionIterator<HInstructionIteratorHandleChanges>;2865 std::is_same_v<InnerIter, HInstructionIteratorHandleChanges>,