Home
last modified time | relevance | path

Searched defs:Caller (Results 1 – 25 of 68) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp152 Function *Caller = OldCS.getCaller(); in replaceCallSite() local
169 Function *Caller = CS.getCaller(); in removeCallSite() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp61 StringRef Caller = CalleeCaller.second.rsplit("'").first; in ReplayInlineAdvisor() local
96 Function &Caller = *CB.getCaller(); in getAdviceImpl() local
H A DInlineAdvisor.cpp136 Function &Caller = *CB.getCaller(); in getDefaultInlineAdvice() local
249 shouldBeDeferred(Function *Caller, InlineCost IC, int &TotalSecondaryCost, in shouldBeDeferred()
384 Function *Caller = CB.getCaller(); in shouldInline() local
492 const Function &Callee, const Function &Caller, bool AlwaysInline, in emitInlinedInto()
510 const Function &Callee, const Function &Caller, const InlineCost &IC, in emitInlinedIntoBasedOnCost()
H A DImportedFunctionsInliningStatistics.cpp48 void ImportedFunctionsInliningStatistics::recordInline(const Function &Caller, in recordInline()
H A DMLInlineAdvisor.cpp273 Function *Caller = Advice.getCaller(); in onSuccessfulInlining() local
328 auto &Caller = *CB.getCaller(); in getAdviceImpl() local
H A DMemoryProfileInfo.cpp203 for (auto &Caller : Node->Callers) { in buildMIBNodes() local
H A DInlineCost.cpp806 auto *Caller = CandidateCall.getParent()->getParent(); in isCostBenefitAnalysisEnabled() local
982 auto *Caller = CandidateCall.getFunction(); in finalizeAnalysis() local
1281 auto *Caller = CandidateCall.getFunction(); in finalizeAnalysis() local
1908 Function *Caller = Call.getCaller(); in updateThreshold() local
2710 Function *Caller = CandidateCall.getFunction(); in analyze() local
2877 Function *Caller, Function *Callee, TargetTransformInfo &TTI, in functionsHaveCompatibleAttributes()
3018 Function *Caller = Call.getCaller(); in getAttributeBasedInliningDecision() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp225 Sema::IdentifyCUDAPreference(const FunctionDecl *Caller, in IdentifyCUDAPreference()
309 const FunctionDecl *Caller, in EraseUnwantedCUDAMatches()
692 FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); in CUDARecordImplicitHostDeviceFuncUsedByDevice() local
870 FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); in CheckCUDACall() local
941 FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); in CUDACheckLambdaCapture() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h446 static Error call(const CallerFn &Caller, RetT &Result, in call()
475 static void callAsync(AsyncCallerFn &&Caller, in callAsync()
556 static Error call(const CallerFn &Caller, const ArgTs &...Args) { in call()
563 static void callAsync(AsyncCallerFn &&Caller, in callAsync()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2025 static bool checkDenormMode(const Function &Caller, const Function &Callee) { in checkDenormMode()
2043 static bool isEqual(const Function &Caller, const Function &Callee) { in isEqual()
2048 static bool isEqual(const Function &Caller, const Function &Callee, in isEqual()
2059 static void setAND(Function &Caller, const Function &Callee) { in setAND()
2071 static void setOR(Function &Caller, const Function &Callee) { in setOR()
2079 static void adjustCallerSSPLevel(Function &Caller, const Function &Callee) { in adjustCallerSSPLevel()
2120 adjustCallerStackProbeSize(Function &Caller, const Function &Callee) { in adjustCallerStackProbeSize()
2148 adjustMinLegalVectorWidth(Function &Caller, const Function &Callee) { in adjustMinLegalVectorWidth()
2169 adjustNullPointerValidAttr(Function &Caller, const Function &Callee) { in adjustNullPointerValidAttr()
2219 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h88 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h120 TrieNode *Caller = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp97 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp108 Function *Caller = CB.getCaller(); in run() local
H A DAlwaysInliner.cpp60 Function *Caller = CB->getCaller(); in AlwaysInlineImpl() local
H A DGlobalDCE.cpp158 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad()
H A DPartialInlining.cpp729 Function *Caller = CB.getCaller(); in shouldPartialInline() local
909 auto ComputeCurrBFI = [&,this](Function *Caller) { in computeCallsiteToProfCountMap()
928 Function *Caller = CB->getCaller(); in computeCallsiteToProfCountMap() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h63 CallBase *Caller; // Holds the call that called subframes. member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp337 auto getArgLoc = [&](CallEventRef<> Caller) -> std::optional<SVal> { in computeObjectUnderConstruction()
366 CallEventRef<> Caller = in computeObjectUnderConstruction() local
375 CallEventRef<> Caller = CEMgr.getCXXConstructorCall( in computeObjectUnderConstruction() local
382 CallEventRef<> Caller = in computeObjectUnderConstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp182 auto Caller = CB->getParent()->getParent(); in checkIfSupported() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h183 Function &Caller; variable
H A DInlineAdvisor.h123 Function *const Caller; variable
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp25 InterpFrame *Caller, CodePtr RetPC) in InterpFrame()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp349 Function *Caller = CS.getInstruction()->getFunction(); in updateImpl() local
708 Function *Caller = CS.getInstruction()->getFunction(); in updateImplImpl() local
852 Function *Caller = CS.getInstruction()->getFunction(); in updateImpl() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h90 const FunctionDecl *Caller, in checkFunctionCallABI()

123