Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp107 bool parseMachineFunction(Module &M, MachineModuleInfo &MMI);
273 if (parseMachineFunction(M, MMI)) in parseMachineFunctions()
295 bool MIRParserImpl::parseMachineFunction(Module &M, MachineModuleInfo &MMI) { in parseMachineFunction() function in MIRParserImpl