Home
last modified time | relevance | path

Searched defs:instr_it (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_schedule.cc67 auto instr_it = id_to_instruction.find(instruction_id); in CreateFromProto() local
H A Dcopy_insertion.cc828 for (const auto& instr_it : comp_it.second) { in AddControlDependenceForUnorderedOps() local
/aosp_15_r20/art/compiler/optimizing/
H A Dinliner.cc118 for (HInstructionIterator instr_it(block->GetInstructions()); in CountNumberOfInstructions() local
2096 for (HInstructionIterator instr_it(block->GetInstructions()); in CanInlineBody() local
H A Dnodes.cc2714 for (HInstructionIterator instr_it(block->GetInstructions()); in InlineInto() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_lower_to_cssa.cpp437 for (auto instr_it = bld.it; instr_it != bld.instructions->end(); ++instr_it) { in emit_copies_block() local
H A Daco_register_allocation.cpp3014 auto instr_it = std::find_if(block.instructions.begin(), block.instructions.end(), NonPhi); in register_allocation() local