Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetInstructions

58       for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
731 return block->GetInstructions().FoundBefore(this, other_instruction);
812 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
967 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow();
971 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf();
1105 instructions_.Add(other->GetInstructions());
1154 instructions_.Add(other->GetInstructions());
1213 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
1234 invoke->GetBlock()->instructions_.AddAfter(invoke, body->GetInstructions());
1235 body->GetInstructions().SetBlockOfInstructions(invoke->GetBlock());
1363 for (HInstructionIterator it(entry_block_->GetInstructions()); !it.Done(); it.Advance()) {