Home
last modified time | relevance | path

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

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