Home
last modified time | relevance | path

Searched defs:ArgPromotion (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp63 struct ArgPromotion : public CallGraphSCCPass { struct
64 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
70 static char ID; // Pass identification, replacement for typeid
71 explicit ArgPromotion(unsigned maxElements = 3) in ArgPromotion() argument
77 typedef std::vector<uint64_t> IndicesVector;
79 const DataLayout *DL;
92 unsigned maxElements;
93 DenseMap<const Function *, DISubprogram> FunctionDIs;