Searched refs:HSelectGenerator (Results 1 – 3 of 3) sorted by relevance
64 class HSelectGenerator : public HOptimization {66 HSelectGenerator(HGraph* graph,77 DISALLOW_COPY_AND_ASSIGN(HSelectGenerator);
25 HSelectGenerator::HSelectGenerator(HGraph* graph, in HSelectGenerator() function in art::HSelectGenerator88 void HSelectGenerator::Run() { in Run()
89 return HSelectGenerator::kSelectGeneratorPassName; in OptimizationPassName()266 opt = new (allocator) HSelectGenerator(graph, handles, stats, name); in ConstructOptimizations()