Home
last modified time | relevance | path

Searched refs:ApplyGlobalValueNumbering (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dbb_optimizations.h255 return c_unit->mir_graph->ApplyGlobalValueNumbering(bb); in Worker()
Dmir_graph.h1128 bool ApplyGlobalValueNumbering(BasicBlock* bb);
Dmir_optimization.cc1378 bool MIRGraph::ApplyGlobalValueNumbering(BasicBlock* bb) { in ApplyGlobalValueNumbering() function in art::MIRGraph