Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc353 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
Dssa_liveness_analysis.cc179 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
Dscheduler.cc577 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule()
Dregister_allocator_linear_scan.cc167 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()
Dnodes.h178 friend class HBackwardInstructionIterator; variable
2413 class HBackwardInstructionIterator : public ValueObject {
2415 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator() function
2431 DISALLOW_COPY_AND_ASSIGN(HBackwardInstructionIterator);
Dloop_optimization.cc1762 for (HBackwardInstructionIterator i(list); !i.Done(); i.Advance()) { in RemoveDeadInstructions()
Dregister_allocator_graph_color.cc763 for (HBackwardInstructionIterator instr_it(block->GetInstructions()); in ProcessInstructions()
Dnodes.cc1890 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in DisconnectAndDelete()