Searched defs:RegToMem (Results 1 – 2 of 2) sorted by relevance
39 struct RegToMem : public FunctionPass { struct40 static char ID; // Pass identification, replacement for typeid41 RegToMem() : FunctionPass(ID) { in RegToMem() function45 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()50 bool valueEscapes(const Instruction *Inst) const { in valueEscapes()
38 struct RegToMem : public FunctionPass { struct39 static char ID; // Pass identification, replacement for typeid40 RegToMem() : FunctionPass(ID) { in RegToMem() argument44 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()49 bool valueEscapes(const Instruction *Inst) const { in valueEscapes()