LLVM API Documentation
#include "llvm/Support/Debug.h"#include "AMDGPU.h"#include "AMDGPUSubtarget.h"#include "R600Defines.h"#include "R600InstrInfo.h"#include "R600MachineFunctionInfo.h"#include "R600RegisterInfo.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Defines | |
| #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.
| #define DEBUG_TYPE "r600cf" |
Definition at line 29 of file R600ControlFlowFinalizer.cpp.