Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1843 phi = NewPhi(new_preheader, instruction, type); in InsertPhiNodes()
1858 phi = NewPhi(new_preheader, instruction, type); in InsertPhiNodes()
1873 HPhi* NewPhi(HBasicBlock* new_preheader, in NewPhi() function in art::BCEVisitor