Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp108 bool parseMachineFunction(Module &M, MachineModuleInfo &MMI,
288 if (parseMachineFunction(M, MMI, MAM)) in parseMachineFunctions()
310 bool MIRParserImpl::parseMachineFunction(Module &M, MachineModuleInfo &MMI, in parseMachineFunction() function in MIRParserImpl