Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dverifier.cpp177 if (gateAcc.IsFinished(*use) || gateAcc.IsLoopBack(*use)) { in RunCFGIsDAGCheck()
Dgate_accessor.h458 bool IsLoopBack(GateRef gate) const;
Dgate_accessor.cpp639 bool GateAccessor::IsLoopBack(GateRef gate) const in IsLoopBack() function in panda::ecmascript::kungfu::GateAccessor