Home | History | Annotate | Download | only in optimizing

Lines Matching defs:HPhi

47 class HPhi;
690 void AddPhi(HPhi* phi);
691 void InsertPhiAfter(HPhi* instruction, HPhi* cursor);
696 void RemovePhi(HPhi* phi, bool ensure_safety = true);
3024 class HPhi : public HInstruction {
3026 HPhi(ArenaAllocator* arena, uint32_t reg_number, size_t number_of_inputs, Primitive::Type type)
3036 // Returns a type equivalent to the given `type`, but that a `HPhi` can hold.
3070 HPhi* GetNextEquivalentPhiWithSameType() {
3097 DISALLOW_COPY_AND_ASSIGN(HPhi);