Searched refs:ConstantArgs (Results 1 – 3 of 3) sorted by relevance
40 M(ConstantArgs, "constant_args") \69 Feature != InlineCostFeatureIndex::ConstantArgs && in isHeuristicInlineCostFeature()
1222 set(InlineCostFeatureIndex::ConstantArgs, NumConstantArgs); in finalizeAnalysis()2146 SmallVector<Constant *, 4> ConstantArgs; in simplifyCallSite() local2147 ConstantArgs.reserve(Call.arg_size()); in simplifyCallSite()2155 ConstantArgs.push_back(C); in simplifyCallSite()2157 if (Constant *C = ConstantFoldCall(&Call, F, ConstantArgs)) { in simplifyCallSite()
6496 SmallVector<Constant *, 4> ConstantArgs; in tryConstantFoldCall() local6498 ConstantArgs.reserve(NumArgs); in tryConstantFoldCall()6506 ConstantArgs.push_back(C); in tryConstantFoldCall()6509 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI); in tryConstantFoldCall()