Searched refs:isLegalToPromote (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CallPromotionUtils.h | 34 bool isLegalToPromote(const CallBase &CB, Function *Callee,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 172 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 D | CallPromotionUtils.cpp | 395 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 D | IndirectCallPromotion.cpp | 479 if (!isLegalToPromote(CB, TargetFunction, &Reason)) { in getPromotionCandidatesForCallSite()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 948 R->second != &F && isLegalToPromote(CI, R->second, &Reason)) { in tryPromoteAndInlineCandidate()
|
H A D | AttributorAttributes.cpp | 12324 if (isLegalToPromote(*CB, NewCallee)) { in manifest() 12377 if (isLegalToPromote(*CB, NewCallee)) { in manifest()
|