Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp425 bool parseStandaloneMBB(MachineBasicBlock *&MBB);
1203 bool MIParser::parseStandaloneMBB(MachineBasicBlock *&MBB) { in parseStandaloneMBB() function in MIParser
3589 return MIParser(PFS, Error, Src).parseStandaloneMBB(MBB); in parseMBBReference()