Searched refs:parseMachineFunction (Results 1 – 1 of 1) sorted by relevance
106 bool parseMachineFunction(Module &M, MachineModuleInfo &MMI);284 if (parseMachineFunction(M, MMI)) in parseMachineFunctions()306 bool MIRParserImpl::parseMachineFunction(Module &M, MachineModuleInfo &MMI) { in parseMachineFunction() function in MIRParserImpl