Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineModuleInfo.cpp100 return *LastResult; in getOrCreateMachineFunction()
117 LastResult = MF; in getOrCreateMachineFunction()
124 LastResult = nullptr; in deleteMachineFunctionFor()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h120 MachineFunction *LastResult = nullptr; ///< Used for shortcut/cache. variable