Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dsea.h35 NOT_VISITED = -1, enumerator
146 rpo_number_(NOT_VISITED), idom_(NULL), idominated_set_(), df_(), phi_set_() { in Region()
Dsea.cc66 if (NOT_VISITED == (*succ_it)->GetRPO()) { in ComputeRPO()