Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h31 bool isLegalToPromote(const CallBase &CB, Function *Callee,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp171 bool isLegalToPromote(Value *V);
760 bool TypePromotionImpl::isLegalToPromote(Value *V) { in isLegalToPromote() function in TypePromotionImpl
782 if (!isSupportedValue(V) || !shouldPromote(V) || !isLegalToPromote(V)) in TryToPromote()
806 if (!isSupportedValue(V) || (shouldPromote(V) && !isLegalToPromote(V))) { in TryToPromote()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp383 bool llvm::isLegalToPromote(const CallBase &CB, Function *Callee, in isLegalToPromote() function in llvm
613 if (!isLegalToPromote(CB, DirectCallee)) in tryPromoteCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp226 if (!isLegalToPromote(CB, TargetFunction, &Reason)) { in getPromotionCandidatesForCallSite()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp999 R->second != &F && isLegalToPromote(CI, R->second, &Reason)) { in tryPromoteAndInlineCandidate()
H A DAttributorAttributes.cpp12335 if (isLegalToPromote(*CB, NewCallee)) { in manifest()
12387 if (isLegalToPromote(*CB, NewCallee)) { in manifest()