Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp294 if (LastRequest == &F) in getOrCreateMachineFunction()
310 LastRequest = &F; in getOrCreateMachineFunction()
317 LastRequest = nullptr; in deleteMachineFunctionFor()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h147 const Function *LastRequest = nullptr; ///< Used for shortcut/cache. variable