Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1134 void HBasicBlock::ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement) { in ReplaceAndRemovePhiWith() function in art::HBasicBlock
3286 block->ReplaceAndRemovePhiWith(phi, phi_clone); in ReplaceInstrOrPhiByClone()
Dnodes.h1335 void ReplaceAndRemovePhiWith(HPhi* initial, HPhi* replacement);