Searched refs:SROA_DT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp187 // SROA_DT - SROA that uses DominatorTree.
188 struct SROA_DT : public SROA { struct in namespace:__anon2824
191 SROA_DT(int T = -1, int ST = -1, int AT = -1, int SLT = -1) : function in struct:__anon2824::SROA_DT
222 char SROA_DT::ID = 0;
225 INITIALIZE_PASS_BEGIN(SROA_DT, "scalarrepl",
228 INITIALIZE_PASS_END(SROA_DT, "scalarrepl",
243 return new SROA_DT(Threshold, StructMemberThreshold, ArrayElementThreshold,

Completed in 180 milliseconds