Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp154 bool parseMBBReference(PerFunctionMIParsingState &PFS,
717 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo()
723 if (parseMBBReference(PFS, MBB, YamlMFI.RestorePoint)) in initializeFrameInfo()
910 if (parseMBBReference(PFS, MBB, MBBSource.Value)) in initializeJumpTableInfo()
924 bool MIRParserImpl::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in MIRParserImpl
928 if (llvm::parseMBBReference(PFS, MBB, Source.Value, Error)) in parseMBBReference()
H A DMIParser.cpp463 bool parseMBBReference(MachineBasicBlock *&MBB);
836 if (parseMBBReference(SuccMBB)) in parseBasicBlockSuccessors()
964 if (parseMBBReference(MBB)) in parseBasicBlocks()
1119 if (parseMBBReference(MBB)) in parseStandaloneMBB()
1967 bool MIParser::parseMBBReference(MachineBasicBlock *&MBB) { in parseMBBReference() function in MIParser
1988 if (parseMBBReference(MBB)) in parseMBBOperand()
3414 bool llvm::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h220 bool parseMBBReference(PerFunctionMIParsingState &PFS,