Home
last modified time | relevance | path

Searched refs:HInstructionIteratorHandleChanges (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dprepare_for_register_allocation.cc31 for (HInstructionIteratorHandleChanges inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
Dreference_type_propagation.cc346 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dnodes.h186 friend class HInstructionIteratorHandleChanges; variable
2678 class HInstructionIteratorHandleChanges : public ValueObject {
2680 explicit HInstructionIteratorHandleChanges(const HInstructionList& instructions) in HInstructionIteratorHandleChanges() function
2693 DISALLOW_COPY_AND_ASSIGN(HInstructionIteratorHandleChanges);