Searched refs:parseMBBReference (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 150 bool parseMBBReference(PerFunctionMIParsingState &PFS, 707 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo() 713 if (parseMBBReference(PFS, MBB, YamlMFI.RestorePoint)) in initializeFrameInfo() 900 if (parseMBBReference(PFS, MBB, MBBSource.Value)) in initializeJumpTableInfo() 914 bool MIRParserImpl::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in MIRParserImpl 918 if (llvm::parseMBBReference(PFS, MBB, Source.Value, Error)) in parseMBBReference()
|
H A D | MIParser.cpp | 456 bool parseMBBReference(MachineBasicBlock *&MBB); 812 if (parseMBBReference(SuccMBB)) in parseBasicBlockSuccessors() 940 if (parseMBBReference(MBB)) in parseBasicBlocks() 1095 if (parseMBBReference(MBB)) in parseStandaloneMBB() 1819 bool MIParser::parseMBBReference(MachineBasicBlock *&MBB) { in parseMBBReference() function in MIParser 1840 if (parseMBBReference(MBB)) in parseMBBOperand() 3226 bool llvm::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in llvm
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIParser.h | 215 bool parseMBBReference(PerFunctionMIParsingState &PFS,
|