Home
last modified time | relevance | path

Searched refs:HasInfiniteLoop (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.cpp419 bool Graph::HasInfiniteLoop() const in HasInfiniteLoop() function in panda::compiler::Graph
H A Dgraph.h649 bool HasInfiniteLoop() const;
H A Dgraph_cloner.cpp82 new_graph->SetHasInfiniteLoop(GetGraph()->HasInfiniteLoop()); in CloneAnalyses()
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_graph_test.cpp606 EXPECT_FALSE(graph->HasInfiniteLoop()); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp613 bool Graph::HasInfiniteLoop() const in HasInfiniteLoop() function in ark::compiler::Graph
H A Dgraph.h805 bool HasInfiniteLoop() const;
H A Dgraph_cloner.cpp81 newGraph->SetHasInfiniteLoop(GetGraph()->HasInfiniteLoop()); in CloneAnalyses()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp1113 if (graphInl->HasInfiniteLoop()) { in TryBuildGraph()

Completed in 14 milliseconds