|
LLVM 23.0.0git
|
#include "llvm/CodeGen/GlobalISel/CSEInfo.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/InitializePasses.h"#include "llvm/Support/Error.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "cseinfo" |
Functions | |
| INITIALIZE_PASS (GISelCSEAnalysisWrapperPass, DEBUG_TYPE, "Analysis containing CSE Info", false, true) void UniqueMachineInstr | |
| -----— UniqueMachineInstr ----------—// | |
| static const char * | stringify (const MachineInstr *MI, std::string &S) |
| #define DEBUG_TYPE "cseinfo" |
Definition at line 16 of file CSEInfo.cpp.
| INITIALIZE_PASS | ( | GISelCSEAnalysisWrapperPass | , |
| DEBUG_TYPE | , | ||
| "Analysis containing CSE Info" | , | ||
| false | , | ||
| true | ) |
-----— UniqueMachineInstr ----------—//
Definition at line 22 of file CSEInfo.cpp.
References llvm::GISelInstProfileBuilder::addNodeID(), DEBUG_TYPE, MI, and Profile.
|
static |
Definition at line 274 of file CSEInfo.cpp.
References MI, and llvm::raw_string_ostream::str().
Referenced by llvm::GISelCSEInfo::verify().