Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DScalar.h107 signed ScalarLoadThreshold = -1);
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp81 ScalarLoadThreshold = -1; in SROA()
83 ScalarLoadThreshold = SLT; in SROA()
146 unsigned ScalarLoadThreshold; member
248 int ScalarLoadThreshold) { in INITIALIZE_PASS_DEPENDENCY()
251 ScalarLoadThreshold); in INITIALIZE_PASS_DEPENDENCY()
253 ArrayElementThreshold, ScalarLoadThreshold); in INITIALIZE_PASS_DEPENDENCY()
269 unsigned ScalarLoadThreshold; member in __anonfbe388980211::ConvertToScalarInfo
313 : AllocaSize(Size), DL(DL), ScalarLoadThreshold(SLT), IsNotTrivial(false), in ConvertToScalarInfo()
370 if (BitWidth > ScalarLoadThreshold) in TryConvert()
1533 ConvertToScalarInfo((unsigned)AllocaSize, DL, ScalarLoadThreshold) in performScalarRepl()