Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp99 return *LastResult; in getOrCreateMachineFunction()
120 LastResult = MF; in getOrCreateMachineFunction()
127 LastResult = nullptr; in deleteMachineFunctionFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h128 MachineFunction *LastResult = nullptr; ///< Used for shortcut/cache. variable