HomeSort by relevance Sort by last modified time
    Searched refs:ScalarLoadThreshold (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/
Scalar.h 87 signed ScalarLoadThreshold = -1);
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 78 ScalarLoadThreshold = -1;
80 ScalarLoadThreshold = SLT;
142 /// ScalarLoadThreshold - The maximum size in bits of scalars to load when
144 unsigned ScalarLoadThreshold;
241 int ScalarLoadThreshold) {
244 ScalarLoadThreshold);
246 ArrayElementThreshold, ScalarLoadThreshold);
262 unsigned ScalarLoadThreshold;
306 : AllocaSize(Size), TD(td), ScalarLoadThreshold(SLT), IsNotTrivial(false),
363 if (BitWidth > ScalarLoadThreshold)
    [all...]

Completed in 54 milliseconds