HomeSort by relevance Sort by last modified time
    Searched refs:GetInstructions (Results 1 - 25 of 33) sorted by null

1 2

  /art/compiler/optimizing/
side_effects_analysis.cc 43 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
cha_guard_optimization.cc 80 HInstructionIterator it(block->GetInstructions());
licm.cc 128 for (HInstructionIterator inst_it(inner->GetInstructions());
select_generator.cc 43 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
superblock_cloner.cc 499 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) {
585 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
671 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) {
dead_code_elimination.cc 93 block->GetPhis().CountSize() + block->GetInstructions().CountSize());
496 HBackwardInstructionIterator i(block->GetInstructions());
instruction_simplifier_arm.cc 61 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
instruction_simplifier_arm64.cc 63 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
intrinsics.cc 184 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
nodes.cc 150 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
    [all...]
optimizing_unit_test.h 80 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
prepare_for_register_allocation.cc 30 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
ssa_test.cc 77 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
scheduler.cc 566 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
758 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
ssa_liveness_analysis.cc 68 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
179 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done();
code_sinking.cc 150 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
constant_folding.cc 85 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
register_allocator.cc 64 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
sharpening.cc 42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
graph_checker.cc 150 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
361 : input->GetBlock()->GetInstructions();
377 : user->GetBlock()->GetInstructions();
    [all...]
loop_optimization.cc 615 RemoveDeadInstructions(block->GetInstructions());
738 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
    [all...]
reference_type_propagation.cc 158 for (HInstructionIterator iti(block->GetInstructions()); !iti.Done(); iti.Advance()) {
366 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) {
    [all...]
ssa_builder.cc 32 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
register_allocator_linear_scan.cc 120 for (HInstructionIterator inst_it(block->GetInstructions());
169 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done();
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment_test.cc 62 std::vector<const HloInstruction*> GetInstructions() { return instructions_; }
74 const std::vector<const HloInstruction*> GetInstructions(HloInstruction* root) {
77 return main_list.GetInstructions();
568 const std::vector<const HloInstruction*> level0 = GetInstructions(sub);
594 const std::vector<const HloInstruction*> level0 = GetInstructions(map);
596 const std::vector<const HloInstruction*> level1 = GetInstructions(inner_last);
660 const std::vector<const HloInstruction*> instrs = GetInstructions(exp3);
705 const std::vector<const HloInstruction*> level0 = GetInstructions(while_op);
708 GetInstructions(condition_computation->root_instruction());
711 GetInstructions(body_computation->root_instruction())
    [all...]

Completed in 662 milliseconds

1 2