createBasicRegisterAllocator overloads
Synopses
Declared in <llvm/CodeGen/Passes.h>
BasicRegisterAllocation Pass ‐ This pass implements a degenerate global register allocator using the basic regalloc framework.
Create a basic register allocator that only allocates filtered registers.
Return Value
The newly created FunctionPass.
Parameters
Name |
Description |
F |
Filter selecting which registers to allocate; null allocates all. |
Created with MrDocs