Home
last modified time | relevance | path

Searched refs:phis_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dnodes.cc1180 Add(&phis_, this, phi); in AddPhi()
1217 phis_.InsertInstructionAfter(phi, cursor); in InsertPhiAfter()
1240 Remove(&phis_, this, phi, ensure_safety); in RemovePhi()
H A Dnodes.h1189 HInstruction* GetFirstPhi() const { return phis_.first_instruction_; } in GetFirstPhi()
1190 HInstruction* GetLastPhi() const { return phis_.last_instruction_; } in GetLastPhi()
1191 const HInstructionList& GetPhis() const { return phis_; } in GetPhis()
1434 HInstructionList phis_; variable