LLVM  4.0.0
Classes | Namespaces | Functions
MIParser.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallSet.h"
Include dependency graph for MIParser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::VRegInfo
 
struct  llvm::PerFunctionMIParsingState
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Functions

bool llvm::parseMachineBasicBlockDefinitions (PerFunctionMIParsingState &PFS, StringRef Src, SMDiagnostic &Error)
 Parse the machine basic block definitions, and skip the machine instructions. More...
 
bool llvm::parseMachineInstructions (PerFunctionMIParsingState &PFS, StringRef Src, SMDiagnostic &Error)
 Parse the machine instructions. More...
 
bool llvm::parseMBBReference (PerFunctionMIParsingState &PFS, MachineBasicBlock *&MBB, StringRef Src, SMDiagnostic &Error)
 
bool llvm::parseRegisterReference (PerFunctionMIParsingState &PFS, unsigned &Reg, StringRef Src, SMDiagnostic &Error)
 
bool llvm::parseNamedRegisterReference (PerFunctionMIParsingState &PFS, unsigned &Reg, StringRef Src, SMDiagnostic &Error)
 
bool llvm::parseVirtualRegisterReference (PerFunctionMIParsingState &PFS, VRegInfo *&Info, StringRef Src, SMDiagnostic &Error)
 
bool llvm::parseStackObjectReference (PerFunctionMIParsingState &PFS, int &FI, StringRef Src, SMDiagnostic &Error)
 
bool llvm::parseMDNode (PerFunctionMIParsingState &PFS, MDNode *&Node, StringRef Src, SMDiagnostic &Error)