Searched defs:HInstruction (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h31 class HInstruction;
56 void AddInstruction(HInstruction* instruction);
57 void RemoveInstruction(HInstruction* instruction);
60 HInstruction* first_instruction_;
61 HInstruction* last_instruction_;
184 // The current id to assign to a newly added instruction. See HInstruction.id_.
302 HInstruction* GetFirstInstruction() const { return instructions_.first_instruction_; }
303 HInstruction* GetLastInstruction() const { return instructions_.last_instruction_; }
306 HInstruction* GetFirstPhi() const { return phis_.first_instruction_; }
352 void AddInstruction(HInstruction* instructio
480 class HInstruction : public ArenaObject { class in namespace:art
482 HInstruction() function in class:art::HInstruction
[all...]

Completed in 251 milliseconds