Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc496 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
Dssa_liveness_analysis.cc208 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
Dscheduler.cc583 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule()
Dregister_allocator_linear_scan.cc169 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()
Dregister_allocator_graph_color.cc787 for (HBackwardInstructionIterator instr_it(block->GetInstructions()); in ProcessInstructions()
Dnodes.h187 friend class HBackwardInstructionIterator; variable
2697 class HBackwardInstructionIterator : public ValueObject {
2699 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator() function
2715 DISALLOW_COPY_AND_ASSIGN(HBackwardInstructionIterator);
Dloop_optimization.cc2469 for (HBackwardInstructionIterator i(list); !i.Done(); i.Advance()) { in RemoveDeadInstructions()
Dinstruction_simplifier.cc2499 for (HBackwardInstructionIterator iter(block->GetInstructions()); !iter.Done(); iter.Advance()) { in TryReplaceStringBuilderAppend()
Dnodes.cc2183 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in DisconnectAndDelete()