Home
last modified time | relevance | path

Searched refs:HasLoop (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h342 bool HasLoop() const in HasLoop() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp406 bool Graph::HasLoop() const in HasLoop() function in panda::compiler::Graph
Dgraph.h645 bool HasLoop() const;
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp605 EXPECT_TRUE(graph->HasLoop()); in __anon1425b6d41002()