Home
last modified time | relevance | path

Searched refs:RemoveEmptyBlockWithPhis (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dbasicblock_test.cpp190 GetGraph()->RemoveEmptyBlockWithPhis(&BB(3)); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp359 void Graph::RemoveEmptyBlockWithPhis(BasicBlock *block, bool irr_loop) in RemoveEmptyBlockWithPhis() function in panda::compiler::Graph
Dgraph.h199 void RemoveEmptyBlockWithPhis(BasicBlock *block, bool irr_loop = false);
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp235 GetGraph()->RemoveEmptyBlockWithPhis(bb, bad_loop); in ProcessBB()
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md139 GetGraph()->RemoveEmptyBlockWithPhis(bb);