Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp264 block->GetLoop()->SetOuterLoop(root_loop); in PopulateLoops()
288 block->GetLoop()->SetOuterLoop(loop); in NaturalLoopSearch()
Dloop_analyzer.h128 void SetOuterLoop(Loop *outer_loop) in SetOuterLoop() function
/arkcompiler/runtime_core/compiler/tests/
Dloop_analyzer_new_test.cpp88 loop.SetOuterLoop(&other); in __anon55843b6f0202()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp116 cloned_inner_loop->SetOuterLoop(cloned_loop); in CopyLoop()
877 clone_loop->SetOuterLoop(outer_loop); in MakeLoopCloneInfo()