Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc87 class LSEVisitor : public HGraphDelegateVisitor { class
89 LSEVisitor(HGraph* graph, in LSEVisitor() function in art::LSEVisitor
912 DISALLOW_COPY_AND_ASSIGN(LSEVisitor);
931 LSEVisitor lse_visitor(graph_, heap_location_collector, side_effects_, stats_); in Run()