Searched refs:SROA_DT (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 191 struct SROA_DT : public SROA { struct 194 SROA_DT(int T = -1, int ST = -1, int AT = -1, int SLT = -1) : in SROA_DT() argument 227 char SROA_DT::ID = 0; 230 INITIALIZE_PASS_BEGIN(SROA_DT, "scalarrepl", 234 INITIALIZE_PASS_END(SROA_DT, "scalarrepl", in INITIALIZE_PASS_DEPENDENCY() 250 return new SROA_DT(Threshold, StructMemberThreshold, ArrayElementThreshold, in INITIALIZE_PASS_DEPENDENCY()
|