Searched defs:ArgPromotion (Results 1 – 2 of 2) sorted by relevance
60 struct ArgPromotion : public CallGraphSCCPass { struct61 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()67 static char ID; // Pass identification, replacement for typeid68 explicit ArgPromotion(unsigned maxElements = 3) in ArgPromotion() function74 typedef std::vector<uint64_t> IndicesVector;83 unsigned maxElements;
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;