Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp504 return getCandidateConstant(StoreValue); in getPromotableAlloca()
847 Constant *C = getCandidateConstant(CS.getArgOperand(A->getArgNo())); in findSpecializations()
1077 Constant *FunctionSpecializer::getCandidateConstant(Value *V) { in getCandidateConstant() function in FunctionSpecializer
1119 return getCandidateConstant(CS->getArgOperand(ArgNo)) != Arg.Actual; in updateCallSites()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h335 Constant *getCandidateConstant(Value *V);