Searched refs:HSelectGenerator (Results 1 – 4 of 4) sorted by relevance
67 class HSelectGenerator : public HOptimization {69 HSelectGenerator(HGraph* graph,115 DISALLOW_COPY_AND_ASSIGN(HSelectGenerator);
26 HSelectGenerator::HSelectGenerator(HGraph* graph, in HSelectGenerator() function in art::HSelectGenerator91 bool HSelectGenerator::TryGenerateSelectSimpleDiamondPattern( in TryGenerateSelectSimpleDiamondPattern()218 HBasicBlock* HSelectGenerator::TryFixupDoubleDiamondPattern(HBasicBlock* block) { in TryFixupDoubleDiamondPattern()311 bool HSelectGenerator::Run() { in Run()
76 return HSelectGenerator(graph_, /*handles*/ nullptr, /*stats*/ nullptr).Run(); in CheckGraphAndTrySelectGenerator()
88 return HSelectGenerator::kSelectGeneratorPassName; in OptimizationPassName()256 opt = new (allocator) HSelectGenerator(graph, stats, pass_name); in ConstructOptimizations()