Home | History | Annotate | Download | only in optimizing

Lines Matching defs:HPhi

56 class HPhi;
1052 void AddPhi(HPhi* phi);
1053 void InsertPhiAfter(HPhi* instruction, HPhi* cursor);
1058 void RemovePhi(HPhi* phi, bool ensure_safety = true);
2342 class HPhi : public HInstruction {
2344 HPhi(ArenaAllocator* arena,
2361 // Returns a type equivalent to the given `type`, but that a `HPhi` can hold.
2405 HPhi* GetNextEquivalentPhiWithSameType() {
2440 DISALLOW_COPY_AND_ASSIGN(HPhi);
6173 : HExpression(HPhi::ToPhiType(true_value->GetType()), SideEffects::None(), dex_pc) {
6174 DCHECK_EQ(HPhi::ToPhiType(true_value->GetType()), HPhi::ToPhiType(false_value->GetType()));