Greedy register allocation pass ‐ This pass implements a global register allocator for optimized builds.
Synopsis
Declared in <llvm/CodeGen/Passes.h>
FunctionPass*
createGreedyRegisterAllocator();
Return Value
The newly created FunctionPass.
Created with MrDocs