Go to the source code of this file.
|
| llvm |
| This class represents lattice values for constants.
|
|
|
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) |
|