|
LLVM
3.7.0
|
#include "MIRPrinter.h"#include "llvm/ADT/STLExtras.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/CodeGen/MIRYamlMapping.h"#include "llvm/IR/BasicBlock.h"#include "llvm/IR/Module.h"#include "llvm/IR/ModuleSlotTracker.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Support/YAMLTraits.h"#include "llvm/Target/TargetInstrInfo.h"#include "llvm/Target/TargetSubtargetInfo.h"Go to the source code of this file.
Classes | |
| struct | llvm::yaml::BlockScalarTraits< Module > |
| This struct serializes the LLVM IR module. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::yaml | |
Functions | |
| static void | printReg (unsigned Reg, raw_ostream &OS, const TargetRegisterInfo *TRI) |
|
static |
Definition at line 93 of file MIRPrinter.cpp.
References llvm::MCRegisterInfo::getName(), llvm::TargetRegisterInfo::isVirtualRegister(), llvm_unreachable, and llvm::TargetRegisterInfo::virtReg2Index().
1.8.6