Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRPrintingPass.cpp31 std::string MachineFunctions; member
47 MachineFunctions.append(StrOS.str()); in runOnMachineFunction()
53 OS << MachineFunctions; in doFinalization()
H A DMachineModuleInfo.cpp264 auto I = MachineFunctions.find(&F); in getMachineFunction()
265 return I != MachineFunctions.end() ? I->second.get() : nullptr; in getMachineFunction()
275 auto I = MachineFunctions.insert( in getOrCreateMachineFunction()
294 MachineFunctions.erase(&F); in deleteMachineFunctionFor()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h139 DenseMap<const Function*, std::unique_ptr<MachineFunction>> MachineFunctions; variable