Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp272 return *LastResult; in getOrCreateMachineFunction()
288 LastResult = MF; in getOrCreateMachineFunction()
295 LastResult = nullptr; in deleteMachineFunctionFor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h143 MachineFunction *LastResult = nullptr; ///< Used for shortcut/cache. variable