Home
last modified time | relevance | path

Searched refs:SetIsIrreducible (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_basicblock_test.cpp337 loop.SetIsIrreducible(true); in HWTEST_F()
353 loop2.SetIsIrreducible(true); in HWTEST_F()
H A Dloop_analyzer_new_test.cpp155 loop.SetIsIrreducible(true); in HWTEST_F()
H A Ddump_test.cpp115 loop1.SetIsIrreducible(true); in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dloop_analyzer.h136 void SetIsIrreducible(bool is_irreducible) in SetIsIrreducible() function in panda::compiler::final
H A Dloop_analyzer.cpp109 loop->SetIsIrreducible(true); in ProcessNewBackEdge()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dloop_analyzer.h130 void SetIsIrreducible(bool isIrreducible) in SetIsIrreducible() function in ark::compiler::final
H A Dloop_analyzer.cpp109 loop->SetIsIrreducible(true); in ProcessNewBackEdge()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_cloner.cpp108 cloned_loop->SetIsIrreducible(loop->IsIrreducible()); in CopyLoop()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_cloner.cpp107 clonedLoop->SetIsIrreducible(loop->IsIrreducible()); in CopyLoop()

Completed in 12 milliseconds