LLVM: lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp File Reference (original) (raw)
This pass compute turns all control flow pseudo instructions into native one computing their address on the fly; it also sets STACK_SIZE info. More...
Go to the source code of this file.
| Macros | |
|---|---|
| #define | DEBUG_TYPE "r600cf" |
This pass compute turns all control flow pseudo instructions into native one computing their address on the fly; it also sets STACK_SIZE info.
Definition in file R600ControlFlowFinalizer.cpp.
◆ DEBUG_TYPE
#define DEBUG_TYPE "r600cf"
◆ INITIALIZE_PASS_BEGIN()
| INITIALIZE_PASS_BEGIN | ( | R600ControlFlowFinalizer | , |
|---|---|---|---|
| DEBUG_TYPE | , | ||
| "R600 Control Flow Finalizer" | , | ||
| false | , | ||
| false | ) |
◆ DEBUG_TYPE
◆ false
◆ Finalizer
R600 Control Flow Finalizer