Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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;
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp68 struct ArgPromotion : public CallGraphSCCPass { struct
69 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
77 static char ID; // Pass identification, replacement for typeid
78 explicit ArgPromotion(unsigned maxElements = 3) in ArgPromotion() argument
88 unsigned maxElements;