Searched defs:ReturnProtector (Results 1 – 2 of 2) sorted by relevance
28 struct ReturnProtector : public FunctionPass { struct29 static char ID;30 ReturnProtector() : FunctionPass(ID) {} in ReturnProtector() function32 bool runOnFunction(Function &F) override { in runOnFunction()54 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
276 struct ReturnProtector { struct278 unsigned Register = 0;280 bool Needed = false;282 bool NeedsStore = true;