Searched refs:GetInstructions (Results 1 – 18 of 18) sorted by relevance
59 block->GetPhis().CountSize() + block->GetInstructions().CountSize()); in MaybeRecordDeadBlock()123 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
58 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveInstructionsAsUsersFromDeadBlocks()731 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()812 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()967 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()971 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf(); in EndsWithIf()1105 instructions_.Add(other->GetInstructions()); in MergeWith()1154 instructions_.Add(other->GetInstructions()); in MergeWithInlined()1213 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in DeleteDeadBlock()1234 invoke->GetBlock()->instructions_.AddAfter(invoke, body->GetInstructions()); in InlineInto()1235 body->GetInstructions().SetBlockOfInstructions(invoke->GetBlock()); in InlineInto()[all …]
26 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
45 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
64 for (HInstructionIterator it(graph->GetBlocks().Get(i)->GetInstructions()); in RemoveSuspendChecks()
112 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run()
180 for (HInstructionIterator it(itb.Current()->GetInstructions()); !it.Done(); it.Advance()) { in FixNullConstantType()336 for (HInstructionIterator it(GetGraph()->GetEntryBlock()->GetInstructions()); in BuildSsa()413 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
107 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()164 : input->GetBlock()->GetInstructions(); in VisitInstruction()180 : use->GetBlock()->GetInstructions(); in VisitInstruction()
52 for (HInstructionIterator inst_it(block->GetInstructions()); in Run()
248 for (HInstructionIterator instr_it(block->GetInstructions()); in TryBuildAndInline()
137 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in NumberInstructions()209 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
72 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
335 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
41 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
334 PrintInstructions(block->GetInstructions()); in VisitBasicBlock()
116 for (HInstructionIterator inst_it(block->GetInstructions()); in AllocateRegisters()155 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()
175 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CompileInternal()
561 const HInstructionList& GetInstructions() const { return instructions_; } in GetInstructions() function