Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineModuleInfo.cpp295 return *LastResult; in getOrCreateMachineFunction()
311 LastResult = MF; in getOrCreateMachineFunction()
318 LastResult = nullptr; in deleteMachineFunctionFor()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h148 MachineFunction *LastResult = nullptr; ///< Used for shortcut/cache. variable