Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dsea.h211 bool InsertPhiFor(int reg_no);
Dsea.cc330 if ((*df_it)->InsertPhiFor(global)) { in ConvertToSSA()
574 bool Region::InsertPhiFor(int reg_no) { in InsertPhiFor() function in sea_ir::Region