Home
last modified time | relevance | path

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

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