Home
last modified time | relevance | path

Searched refs:HBackwardInstructionIterator (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.cc208 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
Dscheduler.cc577 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule()
Ddead_code_elimination.cc828 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
Dregister_allocator_linear_scan.cc169 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()
Dnodes.h193 friend class HBackwardInstructionIterator; variable
2883 class HBackwardInstructionIterator : public ValueObject {
2885 explicit HBackwardInstructionIterator(const HInstructionList& instructions)
2898 HBackwardInstructionIterator() : instruction_(nullptr), next_(nullptr) {}
2903 friend struct HSTLInstructionIterator<HBackwardInstructionIterator>;
2910 static_assert(std::is_same_v<InnerIter, HBackwardInstructionIterator> ||
Dregister_allocator_graph_color.cc788 for (HBackwardInstructionIterator instr_it(block->GetInstructions()); in ProcessInstructions()
Dloop_optimization.cc2663 for (HBackwardInstructionIterator i(list); !i.Done(); i.Advance()) { in RemoveDeadInstructions()
Dinstruction_simplifier.cc2664 for (HBackwardInstructionIterator iter(block->GetInstructions()); !iter.Done(); iter.Advance()) { in TryReplaceStringBuilderAppend()
Dnodes.cc2570 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in RemoveCatchPhiUsesAndInstruction()