createGreedyRegisterAllocator overloads

Synopses

Declared in <llvm/CodeGen/Passes.h>

Greedy register allocation pass ‐ This pass implements a global register allocator for optimized builds.

Create a greedy 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