Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc123 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
Dssa_liveness_analysis.cc209 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
Dnodes.cc1213 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in DeleteDeadBlock()
1216 for (HBackwardInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) { in DeleteDeadBlock()
Dnodes.h112 friend class HBackwardInstructionIterator; variable
1619 class HBackwardInstructionIterator : public ValueObject {
1621 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator() function
1637 DISALLOW_COPY_AND_ASSIGN(HBackwardInstructionIterator);
Dregister_allocator.cc155 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()