Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp60 struct ArgPromotion : public CallGraphSCCPass { struct
61 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
67 static char ID; // Pass identification, replacement for typeid
68 explicit ArgPromotion(unsigned maxElements = 3) in ArgPromotion() function
74 typedef std::vector<uint64_t> IndicesVector;
83 unsigned maxElements;