Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp98 if (LastRequest == &F) in getOrCreateMachineFunction()
119 LastRequest = &F; in getOrCreateMachineFunction()
126 LastRequest = nullptr; in deleteMachineFunctionFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h127 const Function *LastRequest = nullptr; ///< Used for shortcut/cache. variable