Searched refs:HSelectGenerator (Results 1 – 3 of 3) sorted by relevance
48 class HSelectGenerator : public HOptimization {50 HSelectGenerator(HGraph* graph, OptimizingCompilerStats* stats) in HSelectGenerator() function58 DISALLOW_COPY_AND_ASSIGN(HSelectGenerator);
75 void HSelectGenerator::Run() { in Run()
515 HSelectGenerator* select_generator = new (arena) HSelectGenerator(graph, stats); in RunOptimizations()