Searched refs:instr_it (Results 1 – 3 of 3) sorted by relevance
109 for (HInstructionIterator instr_it(block->GetInstructions()); in CountNumberOfInstructions() local110 !instr_it.Done(); in CountNumberOfInstructions()111 instr_it.Advance()) { in CountNumberOfInstructions()1832 for (HInstructionIterator instr_it(block->GetInstructions()); in CanInlineBody() local1833 !instr_it.Done(); in CanInlineBody()1834 instr_it.Advance()) { in CanInlineBody()1842 HInstruction* current = instr_it.Current(); in CanInlineBody()
787 for (HBackwardInstructionIterator instr_it(block->GetInstructions()); in ProcessInstructions() local788 !instr_it.Done(); in ProcessInstructions()789 instr_it.Advance()) { in ProcessInstructions()790 ProcessInstruction(instr_it.Current()); in ProcessInstructions()
2702 for (HInstructionIterator instr_it(block->GetInstructions()); in InlineInto() local2703 !instr_it.Done(); in InlineInto()2704 instr_it.Advance()) { in InlineInto()2705 HInstruction* current = instr_it.Current(); in InlineInto()