Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp271 if (LastRequest == &F) in getOrCreateMachineFunction()
287 LastRequest = &F; in getOrCreateMachineFunction()
294 LastRequest = nullptr; in deleteMachineFunctionFor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h142 const Function *LastRequest = nullptr; ///< Used for shortcut/cache. variable