| 82 | } |
| 83 | |
| 84 | void PassManager::InsertRegisterAllocationPass(FEXCore::Context::ContextImpl* ctx) { |
| 85 | InsertPass(IR::CreateRegisterAllocationPass(&ctx->CPUID), "RA"); |
| 86 | } |
| 87 | |
| 88 | void PassManager::Run(IREmitter* IREmit) { |
| 89 | FEXCORE_PROFILE_SCOPED("PassManager::Run"); |
no test coverage detected