Home
last modified time | relevance | path

Searched defs:ReturnProtector (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DReturnProtectorPass.cpp28 struct ReturnProtector : public FunctionPass { struct
29 static char ID;
30 ReturnProtector() : FunctionPass(ID) {} in ReturnProtector() function
32 bool runOnFunction(Function &F) override { in runOnFunction()
54 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h276 struct ReturnProtector { struct
278 unsigned Register = 0;
280 bool Needed = false;
282 bool NeedsStore = true;