Searched refs:shouldOptimize (Results 1 – 1 of 1) sorted by relevance
539 bool shouldOptimize = method_name.find("$opt$reg$") != std::string::npos && run_optimizations_; in TryCompile() local599 } else if (shouldOptimize && can_allocate_registers) { in TryCompile()