Home
last modified time | relevance | path

Searched refs:isLegalToPromote (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h34 bool isLegalToPromote(const CallBase &CB, Function *Callee,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp172 bool isLegalToPromote(Value *V);
768 bool TypePromotionImpl::isLegalToPromote(Value *V) { in isLegalToPromote() function in TypePromotionImpl
790 if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V)) in TryToPromote()
814 if (!isSupportedValue(V) || (shouldPromote(V) && !isLegalToPromote(V))) { in TryToPromote()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp395 bool llvm::isLegalToPromote(const CallBase &CB, Function *Callee, in isLegalToPromote() function in llvm
644 if (!isLegalToPromote(CB, DirectCallee)) in tryPromoteCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp479 if (!isLegalToPromote(CB, TargetFunction, &Reason)) { in getPromotionCandidatesForCallSite()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp948 R->second != &F && isLegalToPromote(CI, R->second, &Reason)) { in tryPromoteAndInlineCandidate()
H A DAttributorAttributes.cpp12324 if (isLegalToPromote(*CB, NewCallee)) { in manifest()
12377 if (isLegalToPromote(*CB, NewCallee)) { in manifest()