Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dselect_generator.h64 class HSelectGenerator : public HOptimization {
66 HSelectGenerator(HGraph* graph,
75 DISALLOW_COPY_AND_ASSIGN(HSelectGenerator);
H A Dselect_generator.cc26 HSelectGenerator::HSelectGenerator(HGraph* graph, in HSelectGenerator() function in art::HSelectGenerator
93 bool HSelectGenerator::Run() { in Run()
H A Doptimization.cc86 return HSelectGenerator::kSelectGeneratorPassName; in OptimizationPassName()
246 opt = new (allocator) HSelectGenerator(graph, stats, pass_name); in ConstructOptimizations()
H A Dselect_generator_test.cc75 return HSelectGenerator(graph_, /*handles*/ nullptr, /*stats*/ nullptr).Run(); in CheckGraphAndTrySelectGenerator()