Searched refs:GetInstructions (Results 1 – 25 of 44) sorted by relevance
12
58 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Run()
54 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Run()
42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
43 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
52 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CalculateLoopBasicProperties()171 uint32_t instruction_count = block->GetInstructions().CountSize(); in GetSIMDUnrollingFactor()367 for (HInstructionIterator it1(block->GetInstructions()); !it1.Done(); it1.Advance()) { in GetUnrollingFactor()
36 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
97 block->GetPhis().CountSize() + block->GetInstructions().CountSize()); in MaybeRecordDeadBlock()270 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in SimplifyAlwaysThrows()606 for (HInstructionIterator it(blocks[i]->GetInstructions()); !it.Done(); it.Advance()) { in CanPerformTryRemoval()917 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()950 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in UpdateGraphFlags()
129 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run()
165 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveDeadBlocksInstructionsAsUsersAndDisconnect()1379 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()1703 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitNonPhiInstructions()2181 for (HInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in HasThrowingInstructions()2191 && !block.GetInstructions().IsEmpty() in HasOnlyOneInstruction()2213 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()2217 return !GetInstructions().IsEmpty() && in EndsWithReturn()2222 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf(); in EndsWithIf()2226 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsTryBoundary(); in EndsWithTryBoundary()2466 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in RemoveCatchPhiUsesAndInstruction()[all …]
80 HInstructionIterator it(block->GetInstructions()); in VisitBasicBlock()
68 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in NumberInstructions()208 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
181 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in AddInputs()510 return block->GetInstructions().FoundBefore(b, a); in SinkCodeToUncommonBranch()
31 for (HInstructionIteratorHandleChanges inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
78 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
64 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
66 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSimpleBlock()
555 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in ResolveDataFlow()580 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CollectLiveOutsAndCheckClonable()1040 for (HInstructionIterator it(orig_block->GetInstructions()); !it.Done(); it.Advance()) { in CloneBasicBlock()
81 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ~RegisterAllocator()
55 for (const DexInstructionPcPair& pair : method.GetInstructions()) { in VerifyClassData()
64 art::CodeItemInstructionAccessor code = method.GetInstructions(); in FindMethod()90 art::CodeItemInstructionAccessor code = method.GetInstructions(); in CreateClassCache()250 art::CodeItemInstructionAccessor code = method.GetInstructions(); in ADexFile_forEachMethod()
145 inline CodeItemInstructionAccessor ClassAccessor::Method::GetInstructions() const { in GetInstructions() function
106 CodeItemInstructionAccessor GetInstructions() const;
64 CodeItemInstructionAccessor codes = method.GetInstructions(); in CollectAccesses()