Searched refs:parseMBBReference (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 168 bool parseMBBReference(PerFunctionMIParsingState &PFS, 864 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo() 870 if (parseMBBReference(PFS, MBB, YamlMFI.RestorePoint)) in initializeFrameInfo() 1095 if (parseMBBReference(PFS, MBB, MBBSource.Value)) in initializeJumpTableInfo() 1109 bool MIRParserImpl::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in MIRParserImpl 1113 if (llvm::parseMBBReference(PFS, MBB, Source.Value, Error)) in parseMBBReference()
|
| H A D | MIParser.cpp | 469 bool parseMBBReference(MachineBasicBlock *&MBB); 902 if (parseMBBReference(SuccMBB)) in parseBasicBlockSuccessors() 1030 if (parseMBBReference(MBB)) in parseBasicBlocks() 1208 if (parseMBBReference(MBB)) in parseStandaloneMBB() 2107 bool MIParser::parseMBBReference(MachineBasicBlock *&MBB) { in parseMBBReference() function in MIParser 2128 if (parseMBBReference(MBB)) in parseMBBOperand() 3618 bool llvm::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/ |
| H A D | MIParser.h | 223 bool parseMBBReference(PerFunctionMIParsingState &PFS,
|