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

/external/llvm/include/llvm/Transforms/
H A DScalar.h90 signed ScalarLoadThreshold = -1);
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp79 ScalarLoadThreshold = -1;
81 ScalarLoadThreshold = SLT;
143 /// ScalarLoadThreshold - The maximum size in bits of scalars to load when
145 unsigned ScalarLoadThreshold; member in struct:__anon25495::SROA
242 int ScalarLoadThreshold) {
245 ScalarLoadThreshold);
247 ArrayElementThreshold, ScalarLoadThreshold);
263 unsigned ScalarLoadThreshold; member in class:__anon25496::ConvertToScalarInfo
307 : AllocaSize(Size), DL(DL), ScalarLoadThreshold(SLT), IsNotTrivial(false),
364 if (BitWidth > ScalarLoadThreshold)
238 createScalarReplAggregatesPass(int Threshold, bool UseDomTree, int StructMemberThreshold, int ArrayElementThreshold, int ScalarLoadThreshold) argument
[all...]

Completed in 365 milliseconds