Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.h48 class HSelectGenerator : public HOptimization {
50 HSelectGenerator(HGraph* graph, OptimizingCompilerStats* stats) in HSelectGenerator() function
58 DISALLOW_COPY_AND_ASSIGN(HSelectGenerator);
Dselect_generator.cc75 void HSelectGenerator::Run() { in Run()
Doptimizing_compiler.cc515 HSelectGenerator* select_generator = new (arena) HSelectGenerator(graph, stats); in RunOptimizations()