Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DScalar.h105 signed ScalarLoadThreshold = -1);
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp80 ScalarLoadThreshold = -1; in SROA()
82 ScalarLoadThreshold = SLT; in SROA()
145 unsigned ScalarLoadThreshold; member
247 int ScalarLoadThreshold) { in INITIALIZE_PASS_DEPENDENCY()
250 ScalarLoadThreshold); in INITIALIZE_PASS_DEPENDENCY()
252 ArrayElementThreshold, ScalarLoadThreshold); in INITIALIZE_PASS_DEPENDENCY()
268 unsigned ScalarLoadThreshold; member in __anonfbe388980211::ConvertToScalarInfo
312 : AllocaSize(Size), DL(DL), ScalarLoadThreshold(SLT), IsNotTrivial(false), in ConvertToScalarInfo()
369 if (BitWidth > ScalarLoadThreshold) in TryConvert()
1532 ConvertToScalarInfo((unsigned)AllocaSize, DL, ScalarLoadThreshold) in performScalarRepl()