Searched defs:ArgPromotion (Results 1 – 2 of 2) sorted by relevance
68 struct ArgPromotion : public CallGraphSCCPass { struct69 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()77 static char ID; // Pass identification, replacement for typeid78 explicit ArgPromotion(unsigned maxElements = 3) in ArgPromotion() argument88 unsigned maxElements;
1071 struct ArgPromotion : public CallGraphSCCPass { struct1073 static char ID;1075 explicit ArgPromotion(unsigned MaxElements = 3) in ArgPromotion() argument1080 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()1096 unsigned MaxElements;