Searched refs:HBackwardInstructionIterator (Results 1 – 8 of 8) sorted by relevance
353 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
179 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
577 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule()
167 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()
178 friend class HBackwardInstructionIterator; variable2413 class HBackwardInstructionIterator : public ValueObject {2415 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator() function2431 DISALLOW_COPY_AND_ASSIGN(HBackwardInstructionIterator);
1762 for (HBackwardInstructionIterator i(list); !i.Done(); i.Advance()) { in RemoveDeadInstructions()
763 for (HBackwardInstructionIterator instr_it(block->GetInstructions()); in ProcessInstructions()
1890 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in DisconnectAndDelete()