LLVM 20.0.0git
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallSet.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 28 of file MachineDebugify.cpp.
INITIALIZE_PASS_BEGIN | ( | DebugifyMachineModule | , |
DEBUG_TYPE | , | ||
"Machine Debugify Module" | , | ||
false | , | ||
false | |||
) |
DEBUG_TYPE |
Definition at line 218 of file MachineDebugify.cpp.
Machine Debugify false |
Definition at line 219 of file MachineDebugify.cpp.
Definition at line 219 of file MachineDebugify.cpp.