|
LLVM 22.0.0git
|
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...
#include "MCTargetDesc/R600MCTargetDesc.h"#include "R600.h"#include "R600MachineFunctionInfo.h"#include "R600Subtarget.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include <set>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "r600cf" |
Functions | |
| INITIALIZE_PASS_BEGIN (R600ControlFlowFinalizer, DEBUG_TYPE, "R600 Control Flow Finalizer", false, false) INITIALIZE_PASS_END(R600ControlFlowFinalizer | |
Variables | |
| DEBUG_TYPE | |
| R600 Control Flow | Finalizer |
| R600 Control Flow | false |
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.
| #define DEBUG_TYPE "r600cf" |
Definition at line 24 of file R600ControlFlowFinalizer.cpp.
| INITIALIZE_PASS_BEGIN | ( | R600ControlFlowFinalizer | , |
| DEBUG_TYPE | , | ||
| "R600 Control Flow Finalizer" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE.
| DEBUG_TYPE |
Definition at line 678 of file R600ControlFlowFinalizer.cpp.
| R600 Control Flow false |
Definition at line 679 of file R600ControlFlowFinalizer.cpp.
| R600 Control Flow Finalizer |
Definition at line 679 of file R600ControlFlowFinalizer.cpp.