Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A 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;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp1071 struct ArgPromotion : public CallGraphSCCPass { struct
1073 static char ID;
1075 explicit ArgPromotion(unsigned MaxElements = 3) in ArgPromotion() argument
1080 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
1096 unsigned MaxElements;