Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.cc50 for (HInstructionIterator it(GetGraph()->GetEntryBlock()->GetInstructions()); in BuildSsa()
127 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dssa_liveness_analysis.cc125 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in NumberInstructions()
195 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ComputeLiveRanges()
Dcode_generator.cc54 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CompileBaseline()
82 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CompileOptimized()
Dnodes.cc43 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveDeadBlocks()
443 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dssa_test.cc72 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
Dgraph_visualizer.cc228 PrintInstructions(block->GetInstructions()); in VisitBasicBlock()
Dregister_allocator.cc53 for (HInstructionIterator it(graph.GetBlocks().Get(i)->GetInstructions()); in CanAllocateRegistersFor()
Dnodes.h304 const HInstructionList& GetInstructions() const { return instructions_; } in GetInstructions() function
/art/compiler/sea_ir/types/
Dtype_inference.cc151 std::vector<InstructionNode*>* instructions = (*region_it)->GetInstructions(); in ComputeTypes()
/art/compiler/sea_ir/debug/
Ddot_gen.cc132 std::vector<InstructionNode*>* instructions = region->GetInstructions(); in Visit()
/art/compiler/sea_ir/ir/
Dsea.cc38 std::vector<InstructionNode*>* instructions = region->GetInstructions(); in Traverse()
299 std::vector<InstructionNode*>* instructions = (*region_it)->GetInstructions(); in ConvertToSSA()
359 std::vector<InstructionNode*>* instructions = crt_region->GetInstructions(); in RenameAsSSA()
Dsea.h155 std::vector<InstructionNode*>* GetInstructions() { in GetInstructions() function