Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp134 bool parseMBBReference(const PerFunctionMIParsingState &PFS,
471 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo()
477 if (parseMBBReference(PFS, MBB, YamlMFI.RestorePoint)) in initializeFrameInfo()
646 if (parseMBBReference(PFS, MBB, MBBSource.Value)) in initializeJumpTableInfo()
660 bool MIRParserImpl::parseMBBReference(const PerFunctionMIParsingState &PFS, in parseMBBReference() function in MIRParserImpl
664 if (llvm::parseMBBReference(PFS, MBB, Source.Value, Error)) in parseMBBReference()
DMIParser.h79 bool parseMBBReference(const PerFunctionMIParsingState &PFS,
DMIParser.cpp139 bool parseMBBReference(MachineBasicBlock *&MBB);
459 if (parseMBBReference(SuccMBB)) in parseBasicBlockSuccessors()
567 if (parseMBBReference(MBB)) in parseBasicBlocks()
682 if (parseMBBReference(MBB)) in parseStandaloneMBB()
1092 bool MIParser::parseMBBReference(MachineBasicBlock *&MBB) { in parseMBBReference() function in MIParser
1111 if (parseMBBReference(MBB)) in parseMBBOperand()
2065 bool llvm::parseMBBReference(const PerFunctionMIParsingState &PFS, in parseMBBReference() function in llvm