Searched defs:instr_it (Results 1 – 6 of 6) sorted by relevance
67 auto instr_it = id_to_instruction.find(instruction_id); in CreateFromProto() local
828 for (const auto& instr_it : comp_it.second) { in AddControlDependenceForUnorderedOps() local
118 for (HInstructionIterator instr_it(block->GetInstructions()); in CountNumberOfInstructions() local2096 for (HInstructionIterator instr_it(block->GetInstructions()); in CanInlineBody() local
2714 for (HInstructionIterator instr_it(block->GetInstructions()); in InlineInto() local
437 for (auto instr_it = bld.it; instr_it != bld.instructions->end(); ++instr_it) { in emit_copies_block() local
3014 auto instr_it = std::find_if(block.instructions.begin(), block.instructions.end(), NonPhi); in register_allocation() local