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.cpp80 if (LastRequest == &F) in getOrCreateMachineFunction()
101 LastRequest = &F; in getOrCreateMachineFunction()
108 LastRequest = nullptr; in deleteMachineFunctionFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h107 const Function *LastRequest = nullptr; ///< Used for shortcut/cache. variable