Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp135 bool parseMBBReference(MachineBasicBlock *&MBB,
438 if (parseMBBReference(MBB, YamlMFI.SavePoint, MF, PFS)) in initializeFrameInfo()
444 if (parseMBBReference(MBB, YamlMFI.RestorePoint, MF, PFS)) in initializeFrameInfo()
619 if (parseMBBReference(MBB, MBBSource.Value, MF, PFS)) in initializeJumpTableInfo()
633 bool MIRParserImpl::parseMBBReference(MachineBasicBlock *&MBB, in parseMBBReference() function in MIRParserImpl
638 if (llvm::parseMBBReference(MBB, SM, MF, Source.Value, PFS, IRSlots, Error)) in parseMBBReference()
DMIParser.h71 bool parseMBBReference(MachineBasicBlock *&MBB, SourceMgr &SM,
DMIParser.cpp130 bool parseMBBReference(MachineBasicBlock *&MBB);
449 if (parseMBBReference(SuccMBB)) in parseBasicBlockSuccessors()
557 if (parseMBBReference(MBB)) in parseBasicBlocks()
662 if (parseMBBReference(MBB)) in parseStandaloneMBB()
1012 bool MIParser::parseMBBReference(MachineBasicBlock *&MBB) { in parseMBBReference() function in MIParser
1031 if (parseMBBReference(MBB)) in parseMBBOperand()
1973 bool llvm::parseMBBReference(MachineBasicBlock *&MBB, SourceMgr &SM, in parseMBBReference() function in llvm