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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp65 SRThreshold = 128;
67 SRThreshold = T;
131 /// SRThreshold - The maximum alloca size to considered for SROA.
132 unsigned SRThreshold; member in struct:__anon9141::SROA
1505 if (AllocaSize > SRThreshold) continue;

Completed in 39 milliseconds