Home
last modified time | relevance | path

Searched refs:SetIsIrreducible (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dloop_analyzer_new_test.cpp155 loop.SetIsIrreducible(true); in __anon55843b6f0402()
Dcompiler_basicblock_test.cpp337 loop.SetIsIrreducible(true); in __anon9f1e038e0b02()
353 loop2.SetIsIrreducible(true); in __anon9f1e038e0b02()
Ddump_test.cpp115 loop1.SetIsIrreducible(true); in __anonb8e9e89d0202()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.h136 void SetIsIrreducible(bool is_irreducible) in SetIsIrreducible() function
Dloop_analyzer.cpp108 loop->SetIsIrreducible(true); in ProcessNewBackEdge()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp108 cloned_loop->SetIsIrreducible(loop->IsIrreducible()); in CopyLoop()