Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp39 void Graph::RemoveUnreachableBlocks() in RemoveUnreachableBlocks() function in panda::compiler::Graph
Dgraph.h208 void RemoveUnreachableBlocks();
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp189 graph->RemoveUnreachableBlocks(); in __anon65fffef30502()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp461 GetGraph()->RemoveUnreachableBlocks(); in ResolveTryCatchBlocks()