Searched refs:GetInstructions (Results 1 – 24 of 24) sorted by relevance
87 block->GetPhis().CountSize() + block->GetInstructions().CountSize()); in MaybeRecordDeadBlock()161 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
46 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
62 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
117 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveInstructionsAsUsersFromDeadBlocks()1071 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()1163 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()1554 for (HInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in HasThrowingInstructions()1564 && !block.GetInstructions().IsEmpty() in HasOnlyOneInstruction()1577 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()1581 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf(); in EndsWithIf()1585 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsTryBoundary(); in EndsWithTryBoundary()1762 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in DisconnectAndDelete()1855 instructions_.Add(other->GetInstructions()); in MergeWith()[all …]
67 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveSuspendChecks()
33 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSimpleBlock()
128 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run()
26 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
39 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Run()
73 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
138 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in NumberInstructions()251 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
136 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()343 : input->GetBlock()->GetInstructions(); in VisitInstruction()358 : user->GetBlock()->GetInstructions(); in VisitInstruction()
82 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
134 for (HInstructionIterator iti(block->GetInstructions()); !iti.Done(); iti.Advance()) { in ValidateTypes()183 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
572 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
29 for (HInstructionIterator it(itb.Current()->GetInstructions()); !it.Done(); it.Advance()) { in FixNullConstantType()
1119 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in TryBuildAndInlineHelper()1190 for (HInstructionIterator instr_it(block->GetInstructions()); in TryBuildAndInlineHelper()
747 PrintInstructions(block->GetInstructions()); in VisitBasicBlock()
123 for (HInstructionIterator inst_it(block->GetInstructions()); in AllocateRegisters()173 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()
133 for (HInstructionIterator it(loop_block->GetInstructions()); !it.Done(); it.Advance()) { in VisitLoop()
233 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Compile()
195 if (current_block_->GetInstructions().IsEmpty()) { in InsertInstructionAtTop()256 return !block->GetInstructions().IsEmpty(); in IsBlockPopulated()
1640 for (HInstructionIterator it(true_block->GetInstructions()); !it.Done(); it.Advance()) { in InsertPhiNodes()
905 const HInstructionList& GetInstructions() const { return instructions_; } in GetInstructions() function