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.h498 bool IsLoopBack(GateRef gate) const;
Dgate_accessor.cpp987 bool GateAccessor::IsLoopBack(GateRef gate) const in IsLoopBack() function in panda::ecmascript::kungfu::GateAccessor
1861 if (IsLoopBack(gate) && IsStateIn(useIt)) { in IsLoopBackUse()