Searched refs:parseMBBReference (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 135 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()
|
D | MIParser.h | 71 bool parseMBBReference(MachineBasicBlock *&MBB, SourceMgr &SM,
|
D | MIParser.cpp | 130 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
|