Home
last modified time | relevance | path

Searched refs:ConstantArgs (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DInlineModelFeatureMaps.h40 M(ConstantArgs, "constant_args") \
69 Feature != InlineCostFeatureIndex::ConstantArgs && in isHeuristicInlineCostFeature()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineCost.cpp1222 set(InlineCostFeatureIndex::ConstantArgs, NumConstantArgs); in finalizeAnalysis()
2146 SmallVector<Constant *, 4> ConstantArgs; in simplifyCallSite() local
2147 ConstantArgs.reserve(Call.arg_size()); in simplifyCallSite()
2155 ConstantArgs.push_back(C); in simplifyCallSite()
2157 if (Constant *C = ConstantFoldCall(&Call, F, ConstantArgs)) { in simplifyCallSite()
DInstructionSimplify.cpp6496 SmallVector<Constant *, 4> ConstantArgs; in tryConstantFoldCall() local
6498 ConstantArgs.reserve(NumArgs); in tryConstantFoldCall()
6506 ConstantArgs.push_back(C); in tryConstantFoldCall()
6509 return ConstantFoldCall(Call, F, ConstantArgs, Q.TLI); in tryConstantFoldCall()