LLVM API Documentation
#include "AMDGPU.h"#include "R600Defines.h"#include "R600InstrInfo.h"#include "R600MachineFunctionInfo.h"#include "R600RegisterInfo.h"#include "AMDGPUSubtarget.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "r600mergeclause" |
R600EmitClauseMarker pass emits CFAlu instruction in a conservative maneer. This pass is merging consecutive CFAlus where applicable. It needs to be called after IfCvt for best results.
Definition in file R600ClauseMergePass.cpp.
| #define DEBUG_TYPE "r600mergeclause" |
Definition at line 30 of file R600ClauseMergePass.cpp.