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

/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/
H A DScalar.h89 signed ScalarLoadThreshold = -1);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp78 ScalarLoadThreshold = -1;
80 ScalarLoadThreshold = SLT;
142 /// ScalarLoadThreshold - The maximum size in bits of scalars to load when
144 unsigned ScalarLoadThreshold; member in struct:__anon2685::SROA
241 int ScalarLoadThreshold) {
244 ScalarLoadThreshold);
246 ArrayElementThreshold, ScalarLoadThreshold);
262 unsigned ScalarLoadThreshold; member in class:__anon2686::ConvertToScalarInfo
306 : AllocaSize(Size), TD(td), ScalarLoadThreshold(SLT), IsNotTrivial(false),
363 if (BitWidth > ScalarLoadThreshold)
237 createScalarReplAggregatesPass(int Threshold, bool UseDomTree, int StructMemberThreshold, int ArrayElementThreshold, int ScalarLoadThreshold) argument
[all...]

Completed in 58 milliseconds