Searched refs:GetInstructions (Results 1 – 25 of 41) sorted by relevance
12
51 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CalculateLoopBasicProperties()164 uint32_t instruction_count = block->GetInstructions().CountSize(); in GetSIMDUnrollingFactor()
42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
43 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
153 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveInstructionsAsUsersFromDeadBlocks()1270 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()1544 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()1961 for (HInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in HasThrowingInstructions()1971 && !block.GetInstructions().IsEmpty() in HasOnlyOneInstruction()1993 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()1997 return !GetInstructions().IsEmpty() && in EndsWithReturn()2002 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf(); in EndsWithIf()2006 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsTryBoundary(); in EndsWithTryBoundary()2183 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in DisconnectAndDelete()[all …]
129 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run()
80 HInstructionIterator it(block->GetInstructions()); in VisitBasicBlock()
93 block->GetPhis().CountSize() + block->GetInstructions().CountSize()); in MaybeRecordDeadBlock()496 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
44 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSimpleBlock()
68 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in NumberInstructions()208 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
61 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
77 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
31 for (HInstructionIteratorHandleChanges inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
63 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
82 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveSuspendChecks()
64 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ~RegisterAllocator()
598 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule()798 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSchedulable()
517 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in ResolveDataFlow()542 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CollectLiveOutsAndCheckClonable()987 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in CloneBasicBlock()
179 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()390 : input->GetBlock()->GetInstructions(); in VisitInstruction()406 : user->GetBlock()->GetInstructions(); in VisitInstruction()
86 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
58 for (const DexInstructionPcPair& pair : method.GetInstructions()) { in VerifyClassData()
127 art::CodeItemInstructionAccessor code = method.GetInstructions(); in GetMethodCacheEntryForOffset()324 art::CodeItemInstructionAccessor code = method.GetInstructions(); in ExtDexFileGetAllMethodInfos()
68 for (const DexInstructionPcPair& inst : method.GetInstructions()) { in CollectAccesses()
145 inline CodeItemInstructionAccessor ClassAccessor::Method::GetInstructions() const { in GetInstructions() function
104 CodeItemInstructionAccessor GetInstructions() const;