Searched defs:ArgPromotion (Results 1 – 1 of 1) 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;