Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h56 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp102 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
262 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParserImpl
980 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParser
981 return Impl->parseMachineFunctions(M, MMI); in parseMachineFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp669 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in compileModule()