Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.h64 class HSelectGenerator : public HOptimization {
66 HSelectGenerator(HGraph* graph,
77 DISALLOW_COPY_AND_ASSIGN(HSelectGenerator);
Dselect_generator.cc25 HSelectGenerator::HSelectGenerator(HGraph* graph, in HSelectGenerator() function in art::HSelectGenerator
88 void HSelectGenerator::Run() { in Run()
Doptimization.cc89 return HSelectGenerator::kSelectGeneratorPassName; in OptimizationPassName()
266 opt = new (allocator) HSelectGenerator(graph, handles, stats, name); in ConstructOptimizations()