Searched refs:HInstructionIteratorHandleChanges (Results 1 – 3 of 3) sorted by relevance
31 for (HInstructionIteratorHandleChanges inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
385 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
183 friend class HInstructionIteratorHandleChanges; variable2606 class HInstructionIteratorHandleChanges : public ValueObject {2608 explicit HInstructionIteratorHandleChanges(const HInstructionList& instructions) in HInstructionIteratorHandleChanges() function2621 DISALLOW_COPY_AND_ASSIGN(HInstructionIteratorHandleChanges);