Searched refs:parseMachineFunctions (Results 1 – 3 of 3) sorted by relevance
52 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
96 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);257 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParserImpl898 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParser899 return Impl->parseMachineFunctions(M, MMI); in parseMachineFunctions()
578 if (MIR->parseMachineFunctions(*M, *MMI)) in compileModule()