Home
last modified time | relevance | path

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

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