MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / InsertRegisterAllocationPass

Method InsertRegisterAllocationPass

FEXCore/Source/Interface/IR/PassManager.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

InitializeCompilerMethod · 0.80

Calls 1

Tested by

no test coverage detected