Home
last modified time | relevance | path

Searched refs:instr_it (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinliner.cc117 for (HInstructionIterator instr_it(block->GetInstructions()); in CountNumberOfInstructions() local
118 !instr_it.Done(); in CountNumberOfInstructions()
119 instr_it.Advance()) { in CountNumberOfInstructions()
2080 for (HInstructionIterator instr_it(block->GetInstructions()); in CanInlineBody() local
2081 !instr_it.Done(); in CanInlineBody()
2082 instr_it.Advance()) { in CanInlineBody()
2090 HInstruction* current = instr_it.Current(); in CanInlineBody()
Dnodes.cc2664 for (HInstructionIterator instr_it(block->GetInstructions()); in InlineInto() local
2665 !instr_it.Done(); in InlineInto()
2666 instr_it.Advance()) { in InlineInto()
2667 HInstruction* current = instr_it.Current(); in InlineInto()