Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp286 if (LastRequest == &F) in getOrCreateMachineFunction()
302 LastRequest = &F; in getOrCreateMachineFunction()
309 LastRequest = nullptr; in deleteMachineFunctionFor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h144 const Function *LastRequest = nullptr; ///< Used for shortcut/cache. variable