Home
last modified time | relevance | path

Searched refs:parseMBBReference (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp165 bool parseMBBReference(PerFunctionMIParsingState &PFS,
786 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo()
792 if (parseMBBReference(PFS, MBB, YamlMFI.RestorePoint)) in initializeFrameInfo()
1017 if (parseMBBReference(PFS, MBB, MBBSource.Value)) in initializeJumpTableInfo()
1031 bool MIRParserImpl::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in MIRParserImpl
1035 if (llvm::parseMBBReference(PFS, MBB, Source.Value, Error)) in parseMBBReference()
H A DMIParser.cpp461 bool parseMBBReference(MachineBasicBlock *&MBB);
901 if (parseMBBReference(SuccMBB)) in parseBasicBlockSuccessors()
1029 if (parseMBBReference(MBB)) in parseBasicBlocks()
1207 if (parseMBBReference(MBB)) in parseStandaloneMBB()
2098 bool MIParser::parseMBBReference(MachineBasicBlock *&MBB) { in parseMBBReference() function in MIParser
2119 if (parseMBBReference(MBB)) in parseMBBOperand()
3586 bool llvm::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h222 bool parseMBBReference(PerFunctionMIParsingState &PFS,