Home
last modified time | relevance | path

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

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