| 187 | RuntimeProfile::Counter* ir_generation_timer() { return ir_generation_timer_; } |
| 188 | RuntimeProfile::Counter* main_thread_timer() { return main_thread_timer_; } |
| 189 | RuntimeProfile::ThreadCounters* llvm_thread_counters() { return llvm_thread_counters_; } |
| 190 | |
| 191 | /// Turns on/off optimization passes |
| 192 | void EnableOptimizations(bool enable); |
no outgoing calls
no test coverage detected