Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h62 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp101 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
269 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParserImpl
1061 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParser
1062 return Impl->parseMachineFunctions(M, MMI); in parseMachineFunctions()
/openbsd-src/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp714 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in compileModule()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp794 MParser->parseMachineFunctions(*M, *MMM->MMI); in parseReducerWorkItem()