Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.cpp425 if (succ->IsUnvisited(acc_)) { in ComputeLoopNumber()
461 if (!succ->IsUnvisited(acc_)) { in ComputeLoopExit()
527 if (region->IsUnvisited(acc_)) { in Push()
Dgraph_linearizer.h53 bool IsUnvisited(GateAccessor& acc) const in IsUnvisited() function