| 713 | }; |
| 714 | |
| 715 | TEST_P(LlvmOptTest, OptFunction) { |
| 716 | scoped_ptr<LlvmCodeGen> codegen; |
| 717 | LoadTestOpt(codegen); |
| 718 | VerifyCounters(codegen.get(), std::get<1>(GetParam())); |
| 719 | codegen->Close(); |
| 720 | } |
| 721 | |
| 722 | TEST_P(LlvmOptTest, CachedOptFunction) { |
| 723 | TCodeGenOptLevel::type opt_level = std::get<0>(GetParam()); |