Searched refs:GetInstructions (Results 1 – 25 of 30) sorted by relevance
12
43 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
56 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
58 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
70 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveSuspendChecks()
33 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSimpleBlock()
116 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveInstructionsAsUsersFromDeadBlocks()1075 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()1280 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()1682 for (HInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in HasThrowingInstructions()1692 && !block.GetInstructions().IsEmpty() in HasOnlyOneInstruction()1705 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()1709 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf(); in EndsWithIf()1713 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsTryBoundary(); in EndsWithTryBoundary()1890 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in DisconnectAndDelete()1976 instructions_.Add(other->GetInstructions()); in MergeInstructionsWith()[all …]
128 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run()
88 block->GetPhis().CountSize() + block->GetInstructions().CountSize()); in MaybeRecordDeadBlock()353 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
80 HInstructionIterator it(block->GetInstructions()); in VisitBasicBlock()
28 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
68 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in NumberInstructions()179 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
139 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
74 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
463 RemoveDeadInstructions(block->GetInstructions()); in SimplifyBlocks()587 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ShouldVectorize()805 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in GenerateNewLoop()811 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in GenerateNewLoop()1583 size_t num_instructions = block->GetInstructions().CountSize(); in GetUnrollingFactor()1664 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsEmptyBody()
138 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()349 : input->GetBlock()->GetInstructions(); in VisitInstruction()365 : user->GetBlock()->GetInstructions(); in VisitInstruction()
577 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule()773 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSchedulable()
42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Run()
85 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
139 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in AddInputs()
134 for (HInstructionIterator iti(block->GetInstructions()); !iti.Done(); iti.Advance()) { in ValidateTypes()349 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
118 for (HInstructionIterator inst_it(block->GetInstructions()); in AllocateRegisters()167 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal()
106 for (HInstructionIterator instr_it(block->GetInstructions()); in CountNumberOfInstructions()1696 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions()); in TryBuildAndInlineHelper()1807 for (HInstructionIterator instr_it(block->GetInstructions()); in TryBuildAndInlineHelper()
31 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in FixNullConstantType()
822 PrintInstructions(block->GetInstructions()); in VisitBasicBlock()
207 if (current_block_->GetInstructions().IsEmpty()) { in InsertInstructionAtTop()266 return !block->GetInstructions().IsEmpty(); in IsBlockPopulated()