Home
last modified time | relevance | path

Searched refs:GetInstructions (Results 26 – 43 of 43) sorted by relevance

12

/art/compiler/optimizing/
Dsuperblock_cloner.cc557 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in ResolveDataFlow()
582 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CollectLiveOutsAndCheckClonable()
1033 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in CloneBasicBlock()
Dloop_optimization.cc677 RemoveDeadInstructions(block->GetInstructions()); in SimplifyBlocks()
939 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ShouldVectorize()
1239 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in GenerateNewLoop()
1245 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in GenerateNewLoop()
2368 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsEmptyBody()
Dreference_type_propagation.cc133 for (HInstructionIterator iti(block->GetInstructions()); !iti.Done(); iti.Advance()) { in ValidateTypes()
346 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dregister_allocator_linear_scan.cc120 for (HInstructionIterator inst_it(block->GetInstructions()); in AllocateRegisters()
169 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()
Dssa_builder.cc35 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in FixNullConstantType()
Dinliner.cc109 for (HInstructionIterator instr_it(block->GetInstructions()); in CountNumberOfInstructions()
1808 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in SubstituteArguments()
1933 for (HInstructionIterator instr_it(block->GetInstructions()); in CanInlineBody()
Dload_store_elimination.cc144 use.GetUser()->GetBlock()->GetInstructions().FoundBefore(instruction, use.GetUser())) { in FindOrAddTypeConversionIfNecessary()
Dinduction_var_analysis.cc279 for (HInstructionIterator it(loop_block->GetInstructions()); !it.Done(); it.Advance()) { in VisitLoop()
1155 body->GetInstructions().IsEmpty() || in RewriteBreakLoop()
Dgraph_visualizer.cc871 PrintInstructions(block->GetInstructions()); in VisitBasicBlock()
Dinstruction_builder.cc250 if (current_block_->GetInstructions().IsEmpty()) { in InsertInstructionAtTop()
309 return !block->GetInstructions().IsEmpty(); in IsBlockPopulated()
Dbounds_check_elimination.cc1931 for (HInstructionIterator it(true_block->GetInstructions()); !it.Done(); it.Advance()) { in InsertPhiNodes()
Dregister_allocator_graph_color.cc787 for (HBackwardInstructionIterator instr_it(block->GetInstructions()); in ProcessInstructions()
Dcode_generator.cc412 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Compile()
Dinstruction_simplifier.cc2499 for (HBackwardInstructionIterator iter(block->GetInstructions()); !iter.Done(); iter.Advance()) { in TryReplaceStringBuilderAppend()
Dnodes.h1148 const HInstructionList& GetInstructions() const { return instructions_; } in GetInstructions() function
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc580 for (const DexInstructionPcPair& inst : method.GetInstructions()) { in ProcessDexFile()
/art/dex2oat/
Ddex2oat_test.cc984 for (const DexInstructionPcPair& inst : method.GetInstructions()) { in CheckResult()
2008 CodeItemInstructionAccessor instructions = method.GetInstructions(); in TEST_F()
2322 CodeItemInstructionAccessor instructions = method.GetInstructions(); in TEST_F()
/art/dex2oat/driver/
Dcompiler_driver.cc723 for (const DexInstructionPcPair& inst : method.GetInstructions()) { in ResolveConstStrings()
761 for (const DexInstructionPcPair& inst : method.GetInstructions()) { in InitializeTypeCheckBitstrings()

12