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 90 signed ScalarLoadThreshold = -1);
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 79 ScalarLoadThreshold = -1;
81 ScalarLoadThreshold = SLT;
143 /// ScalarLoadThreshold - The maximum size in bits of scalars to load when
145 unsigned ScalarLoadThreshold;
242 int ScalarLoadThreshold) {
245 ScalarLoadThreshold);
247 ArrayElementThreshold, ScalarLoadThreshold);
263 unsigned ScalarLoadThreshold;
307 : AllocaSize(Size), DL(DL), ScalarLoadThreshold(SLT), IsNotTrivial(false),
364 if (BitWidth > ScalarLoadThreshold)
    [all...]

Completed in 124 milliseconds