/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CallGraphUpdater.cpp | 152 Function *Caller = OldCS.getCaller(); replaceCallSite() local 169 Function *Caller = CS.getCaller(); removeCallSite() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ReplayInlineAdvisor.cpp | 61 StringRef Caller = CalleeCaller.second.rsplit("'").first; in ReplayInlineAdvisor() local 96 Function &Caller = *CB.getCaller(); in getAdviceImpl() local
|
H A D | InlineAdvisor.cpp | 136 Function &Caller = *CB.getCaller(); getDefaultInlineAdvice() local 249 shouldBeDeferred(Function * Caller,InlineCost IC,int & TotalSecondaryCost,function_ref<InlineCost (CallBase & CB)> GetInlineCost) shouldBeDeferred() argument 384 Function *Caller = CB.getCaller(); shouldInline() local 492 emitInlinedInto(OptimizationRemarkEmitter & ORE,DebugLoc DLoc,const BasicBlock * Block,const Function & Callee,const Function & Caller,bool AlwaysInline,function_ref<void (OptimizationRemark &)> ExtraContext,const char * PassName) emitInlinedInto() argument 510 emitInlinedIntoBasedOnCost(OptimizationRemarkEmitter & ORE,DebugLoc DLoc,const BasicBlock * Block,const Function & Callee,const Function & Caller,const InlineCost & IC,bool ForProfileContext,const char * PassName) emitInlinedIntoBasedOnCost() argument [all...] |
H A D | ImportedFunctionsInliningStatistics.cpp | 48 void ImportedFunctionsInliningStatistics::recordInline(const Function &Caller, in recordInline() argument
|
H A D | MLInlineAdvisor.cpp | 273 Function *Caller = Advice.getCaller(); onSuccessfulInlining() local 328 auto &Caller = *CB.getCaller(); getAdviceImpl() local [all...] |
H A D | MemoryProfileInfo.cpp | 203 for (auto &Caller : Node->Callers) { buildMIBNodes() local
|
H A D | InlineCost.cpp | 806 auto *Caller = CandidateCall.getParent()->getParent(); isCostBenefitAnalysisEnabled() local 982 auto *Caller = CandidateCall.getFunction(); finalizeAnalysis() local 1281 auto *Caller = CandidateCall.getFunction(); finalizeAnalysis() local 1908 Function *Caller = Call.getCaller(); updateThreshold() local 2710 Function *Caller = CandidateCall.getFunction(); analyze() local 2877 functionsHaveCompatibleAttributes(Function * Caller,Function * Callee,TargetTransformInfo & TTI,function_ref<const TargetLibraryInfo & (Function &)> & GetTLI) functionsHaveCompatibleAttributes() argument 3018 Function *Caller = Call.getCaller(); getAttributeBasedInliningDecision() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 225 IdentifyCUDAPreference(const FunctionDecl * Caller,const FunctionDecl * Callee) IdentifyCUDAPreference() argument 309 EraseUnwantedCUDAMatches(const FunctionDecl * Caller,SmallVectorImpl<std::pair<DeclAccessPair,FunctionDecl * >> & Matches) EraseUnwantedCUDAMatches() argument 692 FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); CUDARecordImplicitHostDeviceFuncUsedByDevice() local 870 FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); CheckCUDACall() local 941 FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); CUDACheckLambdaCapture() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 446 static Error call(const CallerFn &Caller, RetT &Result, in call() argument 475 static void callAsync(AsyncCallerFn &&Caller, in callAsync() argument 556 call(const CallerFn & Caller,const ArgTs &...Args) call() argument 563 callAsync(AsyncCallerFn && Caller,SendDeserializedResultFn && SendDeserializedResult,const ArgTs &...Args) callAsync() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 2229 static void setAND(Function &Caller, cons argument 2025 checkDenormMode(const Function & Caller,const Function & Callee) checkDenormMode() argument 2043 isEqual(const Function & Caller,const Function & Callee) isEqual() argument 2048 isEqual(const Function & Caller,const Function & Callee,const StringRef & AttrName) isEqual() argument 2059 setAND(Function & Caller,const Function & Callee) setAND() argument 2071 setOR(Function & Caller,const Function & Callee) setOR() argument 2079 adjustCallerSSPLevel(Function & Caller,const Function & Callee) adjustCallerSSPLevel() argument 2109 adjustCallerStackProbes(Function & Caller,const Function & Callee) adjustCallerStackProbes() argument 2120 adjustCallerStackProbeSize(Function & Caller,const Function & Callee) adjustCallerStackProbeSize() argument 2148 adjustMinLegalVectorWidth(Function & Caller,const Function & Callee) adjustMinLegalVectorWidth() argument 2169 adjustNullPointerValidAttr(Function & Caller,const Function & Callee) adjustNullPointerValidAttr() argument 2219 areInlineCompatible(const Function & Caller,const Function & Callee) areInlineCompatible() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.h | 88 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Profile.h | 120 TrieNode *Caller = nullptr; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.cpp | 97 areInlineCompatible(const Function * Caller,const Function * Callee) const areInlineCompatible() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SyntheticCountsPropagation.cpp | 108 Function *Caller = CB.getCaller(); in run() local
|
H A D | AlwaysInliner.cpp | 60 OptimizationRemarkEmitter ORE(Caller); in AlwaysInlineImpl() local
|
H A D | GlobalDCE.cpp | 158 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad()
|
H A D | PartialInlining.cpp | 729 Function *Caller = CB.getCaller(); in shouldPartialInline() local 909 __anon55a6321c1202(Function *Caller) computeCallsiteToProfCountMap() argument 928 Function *Caller = CB->getCaller(); computeCallsiteToProfCountMap() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 63 CallBase *Caller; // Holds the call that called subframes. member
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 337 auto getArgLoc = [&](CallEventRef<> Caller) -> std::optional<SVal> { in computeObjectUnderConstruction() argument 366 CallEventRef<> Caller = in computeObjectUnderConstruction() local 375 CallEventRef<> Caller = CEMgr.getCXXConstructorCall( in computeObjectUnderConstruction() local 382 CallEventRef<> Caller in computeObjectUnderConstruction() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
H A D | HipStdPar.cpp | 182 auto Caller = CB->getParent()->getParent(); checkIfSupported() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | FunctionPropertiesAnalysis.h | 183 Function &Caller; variable
|
H A D | InlineAdvisor.h | 123 Function *const Caller; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.cpp | 25 InterpFrame(InterpState & S,const Function * Func,InterpFrame * Caller,CodePtr RetPC) InterpFrame() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 349 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 [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | TargetInfo.h | 90 checkFunctionCallABI(CodeGenModule & CGM,SourceLocation CallLoc,const FunctionDecl * Caller,const FunctionDecl * Callee,const CallArgList & Args) checkFunctionCallABI() argument
|