Searched refs:HBackwardInstructionIterator (Results 1 – 8 of 8) sorted by relevance
496 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
208 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
598 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule()
169 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()
184 friend class HBackwardInstructionIterator; variable2625 class HBackwardInstructionIterator : public ValueObject {2627 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator() function2643 DISALLOW_COPY_AND_ASSIGN(HBackwardInstructionIterator);
787 for (HBackwardInstructionIterator instr_it(block->GetInstructions()); in ProcessInstructions()
2502 for (HBackwardInstructionIterator i(list); !i.Done(); i.Advance()) { in RemoveDeadInstructions()
2183 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in DisconnectAndDelete()