Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc109 for (HInstructionIterator instr_it(block->GetInstructions()); in CountNumberOfInstructions() local
110 !instr_it.Done(); in CountNumberOfInstructions()
111 instr_it.Advance()) { in CountNumberOfInstructions()
1933 for (HInstructionIterator instr_it(block->GetInstructions()); in CanInlineBody() local
1934 !instr_it.Done(); in CanInlineBody()
1935 instr_it.Advance()) { in CanInlineBody()
1943 HInstruction* current = instr_it.Current(); in CanInlineBody()
Dregister_allocator_graph_color.cc787 for (HBackwardInstructionIterator instr_it(block->GetInstructions()); in ProcessInstructions() local
788 !instr_it.Done(); in ProcessInstructions()
789 instr_it.Advance()) { in ProcessInstructions()
790 ProcessInstruction(instr_it.Current()); in ProcessInstructions()
Dnodes.cc2430 for (HInstructionIterator instr_it(block->GetInstructions()); in InlineInto() local
2431 !instr_it.Done(); in InlineInto()
2432 instr_it.Advance()) { in InlineInto()
2433 HInstruction* current = instr_it.Current(); in InlineInto()