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()1971 for (HInstructionIterator instr_it(block->GetInstructions()); in TryBuildAndInlineHelper() local1972 !instr_it.Done(); in TryBuildAndInlineHelper()1973 instr_it.Advance()) { in TryBuildAndInlineHelper()1981 HInstruction* current = instr_it.Current(); in TryBuildAndInlineHelper()
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()
2430 for (HInstructionIterator instr_it(block->GetInstructions()); in InlineInto() local2431 !instr_it.Done(); in InlineInto()2432 instr_it.Advance()) { in InlineInto()2433 HInstruction* current = instr_it.Current(); in InlineInto()