Searched refs:parseMBBReference (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 141 bool parseMBBReference(PerFunctionMIParsingState &PFS, 591 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo() 597 if (parseMBBReference(PFS, MBB, YamlMFI.RestorePoint)) in initializeFrameInfo() 777 if (parseMBBReference(PFS, MBB, MBBSource.Value)) in initializeJumpTableInfo() 791 bool MIRParserImpl::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in MIRParserImpl 795 if (llvm::parseMBBReference(PFS, MBB, Source.Value, Error)) in parseMBBReference()
|
| H A D | MIParser.h | 102 bool parseMBBReference(PerFunctionMIParsingState &PFS,
|
| H A D | MIParser.cpp | 214 bool parseMBBReference(MachineBasicBlock *&MBB); 580 if (parseMBBReference(SuccMBB)) in parseBasicBlockSuccessors() 708 if (parseMBBReference(MBB)) in parseBasicBlocks() 838 if (parseMBBReference(MBB)) in parseStandaloneMBB() 1461 bool MIParser::parseMBBReference(MachineBasicBlock *&MBB) { in parseMBBReference() function in MIParser 1482 if (parseMBBReference(MBB)) in parseMBBOperand() 2972 bool llvm::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in llvm
|