Home
last modified time | relevance | path

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

12

/art/compiler/optimizing/
Dcritical_native_abi_fixup_riscv64.cc58 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Run()
Dcritical_native_abi_fixup_arm.cc54 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Run()
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()
Dloop_analysis.cc52 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CalculateLoopBasicProperties()
171 uint32_t instruction_count = block->GetInstructions().CountSize(); in GetSIMDUnrollingFactor()
367 for (HInstructionIterator it1(block->GetInstructions()); !it1.Done(); it1.Advance()) { in GetUnrollingFactor()
Dinstruction_simplifier_riscv64.cc36 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Ddead_code_elimination.cc97 block->GetPhis().CountSize() + block->GetInstructions().CountSize()); in MaybeRecordDeadBlock()
270 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in SimplifyAlwaysThrows()
606 for (HInstructionIterator it(blocks[i]->GetInstructions()); !it.Done(); it.Advance()) { in CanPerformTryRemoval()
917 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
950 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in UpdateGraphFlags()
Dlicm.cc129 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run()
Dnodes.cc165 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveDeadBlocksInstructionsAsUsersAndDisconnect()
1379 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()
1703 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitNonPhiInstructions()
2181 for (HInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in HasThrowingInstructions()
2191 && !block.GetInstructions().IsEmpty() in HasOnlyOneInstruction()
2213 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()
2217 return !GetInstructions().IsEmpty() && in EndsWithReturn()
2222 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf(); in EndsWithIf()
2226 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsTryBoundary(); in EndsWithTryBoundary()
2466 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in RemoveCatchPhiUsesAndInstruction()
[all …]
Dcha_guard_optimization.cc80 HInstructionIterator it(block->GetInstructions()); in VisitBasicBlock()
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()
Dcode_sinking.cc181 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in AddInputs()
510 return block->GetInstructions().FoundBefore(b, a); in SinkCodeToUncommonBranch()
Dprepare_for_register_allocation.cc31 for (HInstructionIteratorHandleChanges inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
Dssa_test.cc78 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
Dinstruction_simplifier_arm.cc64 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dinstruction_simplifier_arm64.cc66 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dselect_generator.cc42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSimpleBlock()
Dsuperblock_cloner.cc555 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in ResolveDataFlow()
580 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CollectLiveOutsAndCheckClonable()
1040 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in CloneBasicBlock()
Dregister_allocator.cc81 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ~RegisterAllocator()
/art/test/983-source-transform-verify/
Dsource_transform_art.cc55 for (const DexInstructionPcPair& pair : method.GetInstructions()) { in VerifyClassData()
/art/libdexfile/external/
Ddex_file_ext.cc64 art::CodeItemInstructionAccessor code = method.GetInstructions(); in FindMethod()
90 art::CodeItemInstructionAccessor code = method.GetInstructions(); in CreateClassCache()
250 art::CodeItemInstructionAccessor code = method.GetInstructions(); in ADexFile_forEachMethod()
/art/libdexfile/dex/
Dclass_accessor-inl.h145 inline CodeItemInstructionAccessor ClassAccessor::Method::GetInstructions() const { in GetInstructions() function
Dclass_accessor.h106 CodeItemInstructionAccessor GetInstructions() const;
/art/tools/veridex/
Dhidden_api_finder.cc64 CodeItemInstructionAccessor codes = method.GetInstructions(); in CollectAccesses()

12