Home
last modified time | relevance | path

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

123

/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.cpp137 Function &Caller = *CB.getCaller(); in getDefaultInlineAdvice() local
250 shouldBeDeferred(Function *Caller, InlineCost IC, int &TotalSecondaryCost, in shouldBeDeferred()
385 Function *Caller = CB.getCaller(); in shouldInline() local
493 const Function &Callee, const Function &Caller, bool AlwaysInline, in emitInlinedInto()
511 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.cpp285 Function *Caller = Advice.getCaller(); in onSuccessfulInlining() local
346 auto &Caller = *CB.getCaller(); in getAdviceImpl() local
H A DMemoryProfileInfo.cpp219 for (auto &Caller : Node->Callers) { in buildMIBNodes() local
H A DInlineCost.cpp812 auto *Caller = CandidateCall.getParent()->getParent(); in isCostBenefitAnalysisEnabled() local
988 auto *Caller = CandidateCall.getFunction(); in finalizeAnalysis() local
1291 auto *Caller = CandidateCall.getFunction(); in finalizeAnalysis() local
1918 Function *Caller = Call.getCaller(); in updateThreshold() local
2716 Function *Caller = CandidateCall.getFunction(); in analyze() local
2882 Function *Caller, Function *Callee, TargetTransformInfo &TTI, in functionsHaveCompatibleAttributes()
3023 Function *Caller = Call.getCaller(); in getAttributeBasedInliningDecision() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp227 SemaCUDA::IdentifyPreference(const FunctionDecl *Caller, in IdentifyPreference()
321 const FunctionDecl *Caller, in EraseUnwantedMatches()
708 FunctionDecl *Caller = SemaRef.getCurFunctionDecl(/*AllowLambda=*/true); in RecordImplicitHostDeviceFuncUsedByDevice() local
892 FunctionDecl *Caller = SemaRef.getCurFunctionDecl(/*AllowLambda=*/true); in CheckCall() local
967 FunctionDecl *Caller = SemaRef.getCurFunctionDecl(/*AllowLambda=*/true); in CheckLambdaCapture() 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()
558 static Error call(const CallerFn &Caller, const ArgTs &...Args) { in call()
565 static void callAsync(AsyncCallerFn &&Caller, in callAsync()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h128 Function &Caller; global() variable
H A DInlineAdvisor.h124 Function *const Caller; global() variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2188 static bool checkDenormMode(const Function &Caller, const Function &Callee) { in checkDenormMode()
2205 static bool checkStrictFP(const Function &Caller, const Function &Callee) { in checkStrictFP()
2213 static bool isEqual(const Function &Caller, const Function &Callee) { in isEqual()
2218 static bool isEqual(const Function &Caller, const Function &Callee, in isEqual()
2229 static void setAND(Function &Caller, const Function &Callee) { in setAND()
2241 static void setOR(Function &Caller, const Function &Callee) { in setOR()
2249 static void adjustCallerSSPLevel(Function &Caller, const Function &Callee) { in adjustCallerSSPLevel()
2279 static void adjustCallerStackProbes(Function &Caller, const Function &Callee) { in adjustCallerStackProbes()
2290 adjustCallerStackProbeSize(Function &Caller, const Function &Callee) { in adjustCallerStackProbeSize()
2318 adjustMinLegalVectorWidth(Function &Caller, const Function &Callee) { in adjustMinLegalVectorWidth()
[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/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp108 Function *Caller = CB.getCaller(); in run() local
H A DAlwaysInliner.cpp59 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/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp109 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()
/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/include/clang/Sema/
H A DSemaCUDA.h176 bool IsAllowedCall(const FunctionDecl *Caller, const FunctionDecl *Callee) { in IsAllowedCall()
/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.cpp183 auto Caller = CB->getParent()->getParent(); in checkIfSupported() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp874 CodeGenModule &CGM, SourceLocation CallLoc, const FunctionDecl *Caller, in checkFunctionCallABIStreaming()
903 CodeGenModule &CGM, SourceLocation CallLoc, const FunctionDecl *Caller, in checkFunctionCallABISoftFloat()
922 const FunctionDecl *Caller, in checkFunctionCallABI()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp26 InterpFrame *Caller, CodePtr RetPC, unsigned ArgSize) 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

123