Searched refs:HBackwardInstructionIterator (Results 1 – 5 of 5) sorted by relevance
123 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
209 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
1213 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in DeleteDeadBlock()1216 for (HBackwardInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) { in DeleteDeadBlock()
112 friend class HBackwardInstructionIterator; variable1619 class HBackwardInstructionIterator : public ValueObject {1621 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator() function1637 DISALLOW_COPY_AND_ASSIGN(HBackwardInstructionIterator);
155 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()