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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp61 struct SROA : public FunctionPass { struct in namespace:__anon9141
62 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT) function in struct:__anon9141::SROA
107 /// isUnsafe - This is set to true if the alloca cannot be SROA'd.
131 /// SRThreshold - The maximum alloca size to considered for SROA.
135 /// contain to be considered for SROA.
139 /// have to be considered for SROA.
187 // SROA_DT - SROA that uses DominatorTree.
188 struct SROA_DT : public SROA {
192 SROA(T, true, ID, ST, AT, SLT) {
204 // SROA_SSAUp - SROA tha
[all...]

Completed in 119 milliseconds