Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp99 if (LastRequest == &F) in getOrCreateMachineFunction()
116 LastRequest = &F; in getOrCreateMachineFunction()
123 LastRequest = nullptr; in deleteMachineFunctionFor()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h119 const Function *LastRequest = nullptr; ///< Used for shortcut/cache. variable