Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Threshold

78         // Do not limit the scalar integer load size if no threshold is given.
238 FunctionPass *llvm::createScalarReplAggregatesPass(int Threshold,
244 return new SROA_DT(Threshold, StructMemberThreshold, ArrayElementThreshold,
246 return new SROA_SSAUp(Threshold, StructMemberThreshold,
363 // scalar load threshold.