Home
last modified time | relevance | path

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

/art/compiler/dex/
Dpost_opt_passes.h288 return c_unit->mir_graph->InferTypes(bb); in Worker()
Dmir_graph.h1122 bool InferTypes(BasicBlock* bb);
Dmir_optimization.cc1134 bool MIRGraph::InferTypes(BasicBlock* bb) { in InferTypes() function in art::MIRGraph