Searched refs:GetInstructions (Results 1 – 12 of 12) sorted by relevance
50 for (HInstructionIterator it(GetGraph()->GetEntryBlock()->GetInstructions()); in BuildSsa()127 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
125 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in NumberInstructions()195 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ComputeLiveRanges()
54 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CompileBaseline()82 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CompileOptimized()
43 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveDeadBlocks()443 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
72 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
228 PrintInstructions(block->GetInstructions()); in VisitBasicBlock()
53 for (HInstructionIterator it(graph.GetBlocks().Get(i)->GetInstructions()); in CanAllocateRegistersFor()
304 const HInstructionList& GetInstructions() const { return instructions_; } in GetInstructions() function
151 std::vector<InstructionNode*>* instructions = (*region_it)->GetInstructions(); in ComputeTypes()
132 std::vector<InstructionNode*>* instructions = region->GetInstructions(); in Visit()
38 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()
155 std::vector<InstructionNode*>* GetInstructions() { in GetInstructions() function