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.cc373 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dnodes.h189 friend class HInstructionIteratorHandleChanges; variable
2815 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>,