Home
last modified time | relevance | path

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

12

/art/compiler/optimizing/
Dloop_analysis.cc51 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CalculateLoopBasicProperties()
164 uint32_t instruction_count = block->GetInstructions().CountSize(); in GetSIMDUnrollingFactor()
Dinstruction_simplifier_x86_64.cc42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dinstruction_simplifier_x86.cc42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dside_effects_analysis.cc43 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
Dnodes.cc153 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveInstructionsAsUsersFromDeadBlocks()
1270 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()
1544 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
1961 for (HInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in HasThrowingInstructions()
1971 && !block.GetInstructions().IsEmpty() in HasOnlyOneInstruction()
1993 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()
1997 return !GetInstructions().IsEmpty() && in EndsWithReturn()
2002 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf(); in EndsWithIf()
2006 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsTryBoundary(); in EndsWithTryBoundary()
2183 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in DisconnectAndDelete()
[all …]
Dlicm.cc129 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run()
Dcha_guard_optimization.cc80 HInstructionIterator it(block->GetInstructions()); in VisitBasicBlock()
Ddead_code_elimination.cc93 block->GetPhis().CountSize() + block->GetInstructions().CountSize()); in MaybeRecordDeadBlock()
496 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
Dselect_generator.cc44 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSimpleBlock()
Dssa_liveness_analysis.cc68 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in NumberInstructions()
208 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
Dinstruction_simplifier_arm.cc61 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dssa_test.cc77 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
Dprepare_for_register_allocation.cc31 for (HInstructionIteratorHandleChanges inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
Dinstruction_simplifier_arm64.cc63 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Doptimizing_unit_test.h82 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveSuspendChecks()
Dregister_allocator.cc64 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ~RegisterAllocator()
Dscheduler.cc598 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule()
798 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSchedulable()
Dsuperblock_cloner.cc517 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in ResolveDataFlow()
542 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CollectLiveOutsAndCheckClonable()
987 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in CloneBasicBlock()
Dgraph_checker.cc179 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
390 : input->GetBlock()->GetInstructions(); in VisitInstruction()
406 : user->GetBlock()->GetInstructions(); in VisitInstruction()
Dconstant_folding.cc86 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
/art/test/983-source-transform-verify/
Dsource_transform_art.cc58 for (const DexInstructionPcPair& pair : method.GetInstructions()) { in VerifyClassData()
/art/libdexfile/external/
Ddex_file_ext.cc127 art::CodeItemInstructionAccessor code = method.GetInstructions(); in GetMethodCacheEntryForOffset()
324 art::CodeItemInstructionAccessor code = method.GetInstructions(); in ExtDexFileGetAllMethodInfos()
/art/tools/veridex/
Dhidden_api_finder.cc68 for (const DexInstructionPcPair& inst : method.GetInstructions()) { in CollectAccesses()
/art/libdexfile/dex/
Dclass_accessor-inl.h145 inline CodeItemInstructionAccessor ClassAccessor::Method::GetInstructions() const { in GetInstructions() function
Dclass_accessor.h104 CodeItemInstructionAccessor GetInstructions() const;

12