Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h62 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp185 if (MIR->parseMachineFunctions(*M, MMI)) in compileModuleWithNewPM()
H A Dllc.cpp724 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in compileModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp100 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
278 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParserImpl
1100 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParser
1101 return Impl->parseMachineFunctions(M, MMI); in parseMachineFunctions()