Lines Matching refs:GetInstructions

152       for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {  in RemoveInstructionsAsUsersFromDeadBlocks()
1269 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()
1543 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()
2269 instructions_.Add(other->GetInstructions()); in MergeInstructionsWith()
2329 instructions_.Add(other->GetInstructions()); in MergeWithInlined()
2375 DCHECK(block->GetInstructions().IsEmpty()); in DeleteDeadEmptyBlock()
2430 for (HInstructionIterator instr_it(block->GetInstructions()); in InlineInto()
2474 invoke->GetBlock()->instructions_.AddBefore(invoke, body->GetInstructions()); in InlineInto()
2475 body->GetInstructions().SetBlockOfInstructions(invoke->GetBlock()); in InlineInto()
2611 for (HInstructionIterator it(entry_block_->GetInstructions()); !it.Done(); it.Advance()) { in InlineInto()