Home
last modified time | relevance | path

Searched refs:GetInstructions (Results 1 – 25 of 30) sorted by relevance

12

/art/compiler/optimizing/
Dside_effects_analysis.cc43 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
Dinstruction_simplifier_arm.h56 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dinstruction_simplifier_arm64.h58 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Doptimizing_unit_test.h70 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveSuspendChecks()
Dselect_generator.cc33 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSimpleBlock()
Dnodes.cc116 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveInstructionsAsUsersFromDeadBlocks()
1075 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()
1280 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
1682 for (HInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in HasThrowingInstructions()
1692 && !block.GetInstructions().IsEmpty() in HasOnlyOneInstruction()
1705 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()
1709 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf(); in EndsWithIf()
1713 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsTryBoundary(); in EndsWithTryBoundary()
1890 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in DisconnectAndDelete()
1976 instructions_.Add(other->GetInstructions()); in MergeInstructionsWith()
[all …]
Dlicm.cc128 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run()
Ddead_code_elimination.cc88 block->GetPhis().CountSize() + block->GetInstructions().CountSize()); in MaybeRecordDeadBlock()
353 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
Dcha_guard_optimization.cc80 HInstructionIterator it(block->GetInstructions()); in VisitBasicBlock()
Dprepare_for_register_allocation.cc28 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
Dssa_liveness_analysis.cc68 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in NumberInstructions()
179 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
Dintrinsics.cc139 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
Dssa_test.cc74 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
Dloop_optimization.cc463 RemoveDeadInstructions(block->GetInstructions()); in SimplifyBlocks()
587 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ShouldVectorize()
805 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in GenerateNewLoop()
811 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in GenerateNewLoop()
1583 size_t num_instructions = block->GetInstructions().CountSize(); in GetUnrollingFactor()
1664 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsEmptyBody()
Dgraph_checker.cc138 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
349 : input->GetBlock()->GetInstructions(); in VisitInstruction()
365 : user->GetBlock()->GetInstructions(); in VisitInstruction()
Dscheduler.cc577 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule()
773 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSchedulable()
Dsharpening.cc42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Run()
Dconstant_folding.cc85 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dcode_sinking.cc139 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in AddInputs()
Dreference_type_propagation.cc134 for (HInstructionIterator iti(block->GetInstructions()); !iti.Done(); iti.Advance()) { in ValidateTypes()
349 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dregister_allocator_linear_scan.cc118 for (HInstructionIterator inst_it(block->GetInstructions()); in AllocateRegisters()
167 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()
Dinliner.cc106 for (HInstructionIterator instr_it(block->GetInstructions()); in CountNumberOfInstructions()
1696 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in TryBuildAndInlineHelper()
1807 for (HInstructionIterator instr_it(block->GetInstructions()); in TryBuildAndInlineHelper()
Dssa_builder.cc31 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in FixNullConstantType()
Dgraph_visualizer.cc822 PrintInstructions(block->GetInstructions()); in VisitBasicBlock()
Dinstruction_builder.cc207 if (current_block_->GetInstructions().IsEmpty()) { in InsertInstructionAtTop()
266 return !block->GetInstructions().IsEmpty(); in IsBlockPopulated()

12