Home
last modified time | relevance | path

Searched refs:DirectCallee (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp638 Function *DirectCallee = nullptr; in tryPromoteCall() local
639 std::tie(DirectCallee, std::ignore) = in tryPromoteCall()
641 if (!DirectCallee) in tryPromoteCall()
644 if (!isLegalToPromote(CB, DirectCallee)) in tryPromoteCall()
648 promoteCall(CB, DirectCallee); in tryPromoteCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp606 CallBase &llvm::pgo::promoteIndirectCall(CallBase &CB, Function *DirectCallee, in promoteIndirectCall() argument
611 CB, DirectCallee, in promoteIndirectCall()
623 << "Promote indirect call to " << NV("DirectCallee", DirectCallee) in promoteIndirectCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1410 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall() local
1411 if (const auto *MD = dyn_cast<CXXMethodDecl>(DirectCallee)) { in getSimpleCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1513 const Function *DirectCallee = CB->getCalledFunction(); in getArgumentAlignment() local
1515 if (!DirectCallee) { in getArgumentAlignment()
1525 DirectCallee = getMaybeBitcastedCallee(CB); in getArgumentAlignment()
1530 if (DirectCallee) in getArgumentAlignment()
1531 return getFunctionArgumentAlignment(DirectCallee, Ty, Idx, DL); in getArgumentAlignment()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp115 if (const FunctionDecl *DirectCallee = CE->getDirectCallee()) in getAllocSizeAttr() local
116 return DirectCallee->getAttr<AllocSizeAttr>(); in getAllocSizeAttr()