Searched refs:parseMBBReference (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 153 bool parseMBBReference(PerFunctionMIParsingState &PFS, 756 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo() 762 if (parseMBBReference(PFS, MBB, YamlMFI.RestorePoint)) in initializeFrameInfo() 958 if (parseMBBReference(PFS, MBB, MBBSource.Value)) in initializeJumpTableInfo() 972 bool MIRParserImpl::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in MIRParserImpl 976 if (llvm::parseMBBReference(PFS, MBB, Source.Value, Error)) in parseMBBReference()
|
| H A D | MIParser.cpp | 460 bool parseMBBReference(MachineBasicBlock *&MBB); 875 if (parseMBBReference(SuccMBB)) in parseBasicBlockSuccessors() 1003 if (parseMBBReference(MBB)) in parseBasicBlocks() 1190 if (parseMBBReference(MBB)) in parseStandaloneMBB() 2046 bool MIParser::parseMBBReference(MachineBasicBlock *&MBB) { in parseMBBReference() function in MIParser 2067 if (parseMBBReference(MBB)) in parseMBBOperand() 3565 bool llvm::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in llvm
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/ |
| H A D | MIParser.h | 220 bool parseMBBReference(PerFunctionMIParsingState &PFS,
|