Lines Matching refs:GetInstructions
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()
2497 instructions_.Add(other->GetInstructions()); in MergeInstructionsWith()
2557 instructions_.Add(other->GetInstructions()); in MergeWithInlined()
2603 DCHECK(block->GetInstructions().IsEmpty()); in DeleteDeadEmptyBlock()
2664 for (HInstructionIterator instr_it(block->GetInstructions()); in InlineInto()
2720 invoke->GetBlock()->instructions_.AddBefore(invoke, body->GetInstructions()); in InlineInto()
2721 body->GetInstructions().SetBlockOfInstructions(invoke->GetBlock()); in InlineInto()
2905 for (HInstructionIterator it(entry_block_->GetInstructions()); !it.Done(); it.Advance()) { in InlineInto()