Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HPhi

34 class HPhi;
355 void AddPhi(HPhi* phi);
356 void RemovePhi(HPhi* phi);
1265 class HPhi : public HInstruction {
1267 HPhi(ArenaAllocator* arena, uint32_t reg_number, size_t number_of_inputs, Primitive::Type type)
1302 DISALLOW_COPY_AND_ASSIGN(HPhi);