Searched defs:ArgPromotion (Results 1 – 1 of 1) sorted by relevance
63 struct ArgPromotion : public CallGraphSCCPass { struct64 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()70 static char ID; // Pass identification, replacement for typeid71 explicit ArgPromotion(unsigned maxElements = 3) in ArgPromotion() argument77 typedef std::vector<uint64_t> IndicesVector;79 const DataLayout *DL;92 unsigned maxElements;93 DenseMap<const Function *, DISubprogram> FunctionDIs;