Home | History | Annotate | Download | only in optimizing

Lines Matching refs:first_instruction_

54   HInstructionList() : first_instruction_(nullptr), last_instruction_(nullptr) {}
60 HInstruction* first_instruction_;
302 HInstruction* GetFirstInstruction() const { return instructions_.first_instruction_; }
306 HInstruction* GetFirstPhi() const { return phis_.first_instruction_; }
690 : instruction_(instructions.first_instruction_) {