Lines Matching refs:HPhi
377 HPhi* phi = it.Current()->AsPhi(); in FixPhisAfterPredecessorsReodering()
476 HPhi* header_phi = it.Current()->AsPhi(); in TransformLoopToSinglePreheaderFormat()
478 HPhi* preheader_phi = new (GetAllocator()) HPhi(GetAllocator(), in TransformLoopToSinglePreheaderFormat()
961 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith()
1006 void HBasicBlock::AddPhi(HPhi* phi) { in AddPhi()
1037 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter()
1066 void HBasicBlock::RemovePhi(HPhi* phi, bool ensure_safety) { in RemovePhi()
2165 HPhi* phi = phi_it.Current()->AsPhi(); in DisconnectAndDelete()
2189 HPhi* insn = it.Current()->AsPhi(); in DisconnectAndDelete()
2548 HPhi* return_value_phi = nullptr; in InlineInto()
2579 return_value_phi = new (allocator) HPhi( in InlineInto()
2580 allocator, kNoRegNumber, 0, HPhi::ToPhiType(invoke->GetType()), to->GetDexPc()); in InlineInto()
3069 HPhi* phi = instr->AsPhi(); in ReplaceInstrOrPhiByClone()
3071 HPhi* phi_clone = clone->AsPhi(); in ReplaceInstrOrPhiByClone()