|
LLVM 22.0.0git
|
#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/MachineModuleInfo.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/TargetInstrInfo.h"#include "llvm/CodeGen/TargetSubtargetInfo.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/InitializePasses.h"#include "llvm/Transforms/Utils/Debugify.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "mir-debugify" |
Functions | |
| INITIALIZE_PASS_BEGIN (DebugifyMachineModule, DEBUG_TYPE, "Machine Debugify Module", false, false) INITIALIZE_PASS_END(DebugifyMachineModule | |
Variables | |
| DEBUG_TYPE | |
| Machine Debugify | Module |
| Machine Debugify | false |
| #define DEBUG_TYPE "mir-debugify" |
Definition at line 27 of file MachineDebugify.cpp.
| INITIALIZE_PASS_BEGIN | ( | DebugifyMachineModule | , |
| DEBUG_TYPE | , | ||
| "Machine Debugify Module" | , | ||
| false | , | ||
| false | ) |
References DEBUG_TYPE.
| DEBUG_TYPE |
Definition at line 205 of file MachineDebugify.cpp.
| Machine Debugify false |
Definition at line 206 of file MachineDebugify.cpp.
Definition at line 206 of file MachineDebugify.cpp.