Home
last modified time | relevance | path

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

1234

/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DNonTrivialTypesLibcMemoryCallsCheck.cpp110 if (const auto *Caller = Result.Nodes.getNodeAs<CallExpr>("lazyConstruct")) { in check() local
115 if (const auto *Caller = Result.Nodes.getNodeAs<CallExpr>("lazyCopy")) { in check() local
120 if (const auto *Caller = Result.Nodes.getNodeAs<CallExpr>("lazyCompare")) { in check() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp156 Function *Caller = OldCS.getCaller(); replaceCallSite() local
173 Function *Caller = CS.getCaller(); removeCallSite() local
/llvm-project/bolt/lib/Core/
H A DCallGraph.cpp97 for (NodeId Caller : Func.predecessors()) { in normalizeArcWeights() local
112 for (NodeId Caller : Func.predecessors()) { in adjustArcWeights() local
/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,function_ref<InlineCost (CallBase & CB)> GetInlineCost) shouldBeDeferred() argument
385 Function *Caller = CB.getCaller(); shouldInline() local
493 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
511 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 DImportedFunctionsInliningStatistics.cpp48 recordInline(const Function & Caller,const Function & Callee) recordInline() argument
H A DMLInlineAdvisor.cpp285 Function *Caller = Advice.getCaller(); in onSuccessfulInlining() local
346 auto &Caller = *CB.getCaller(); getAdviceImpl() local
[all...]
H A DMemoryProfileInfo.cpp203 for (auto &Caller : Node->Callers) { buildMIBNodes() local
/llvm-project/llvm/unittests/Analysis/
H A DMemoryBuiltinsTest.cpp36 std::unique_ptr<CallInst> Caller( in TEST() local
/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp227 IdentifyPreference(const FunctionDecl * Caller,const FunctionDecl * Callee) IdentifyPreference() argument
321 EraseUnwantedMatches(const FunctionDecl * Caller,SmallVectorImpl<std::pair<DeclAccessPair,FunctionDecl * >> & Matches) EraseUnwantedMatches() argument
708 FunctionDecl *Caller = SemaRef.getCurFunctionDecl(/*AllowLambda=*/true); RecordImplicitHostDeviceFuncUsedByDevice() local
892 FunctionDecl *Caller = SemaRef.getCurFunctionDecl(/*AllowLambda=*/true); CheckCall() local
967 FunctionDecl *Caller = SemaRef.getCurFunctionDecl(/*AllowLambda=*/true); CheckLambdaCapture() local
[all...]
/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()
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSignalHandlerCheck.cpp303 Expr *findCallExpr(const CallGraphNode *Caller, const CallGraphNode *Callee) { in findCallExpr()
539 const CallGraphNode *Caller = Itr.getPath(CallLevel + 1), *Callee = nullptr; in reportHandlerChain() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h88 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() argument
/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h120 TrieNode *Caller = nullptr; member
/llvm-project/clang/test/Analysis/
H A Ddebug-CallGraph.cpp89 void Caller() { in Caller() function
/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp
H A DAlwaysInliner.cpp59 Function *Caller = CB->getCaller(); in AlwaysInlineImpl() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp97 areInlineCompatible(const Function * Caller,const Function * Callee) const areInlineCompatible() argument
/llvm-project/clang-tools-extra/clang-move/
H A DHelperDeclRefGraph.cpp38 void HelperDeclRefGraph::addEdge(const Decl *Caller, const Decl *Callee) { in addEdge() argument
/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2188 checkDenormMode(const Function & Caller,const Function & Callee) checkDenormMode() argument
2205 checkStrictFP(const Function & Caller,const Function & Callee) checkStrictFP() argument
2213 isEqual(const Function & Caller,const Function & Callee) isEqual() argument
2218 isEqual(const Function & Caller,const Function & Callee,const StringRef & AttrName) isEqual() argument
2229 setAND(Function & Caller,const Function & Callee) setAND() argument
2241 setOR(Function & Caller,const Function & Callee) setOR() argument
2249 adjustCallerSSPLevel(Function & Caller,const Function & Callee) adjustCallerSSPLevel() argument
2279 adjustCallerStackProbes(Function & Caller,const Function & Callee) adjustCallerStackProbes() argument
2290 adjustCallerStackProbeSize(Function & Caller,const Function & Callee) adjustCallerStackProbeSize() argument
2318 adjustMinLegalVectorWidth(Function & Caller,const Function & Callee) adjustMinLegalVectorWidth() argument
2339 adjustNullPointerValidAttr(Function & Caller,const Function & Callee) adjustNullPointerValidAttr() argument
2389 areInlineCompatible(const Function & Caller,const Function & Callee) areInlineCompatible() argument
2399 mergeAttributesForInlining(Function & Caller,const Function & Callee) mergeAttributesForInlining() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h63 CallBase *Caller; // Holds the call that called subframes. member
/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h176 IsAllowedCall(const FunctionDecl * Caller,const FunctionDecl * Callee) IsAllowedCall() argument
[all...]
/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp183 DiagnosticInfoUnsupported(*Caller, W, CB->getDebugLoc(), DS_Error)); in checkIfSupported() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp337 // This should be equivalent to Caller->getDecl() for now, but in computeObjectUnderConstruction() argument
366 CallEventRef<> Caller = computeObjectUnderConstruction() local
375 CallEventRef<> Caller = CEMgr.getCXXConstructorCall( computeObjectUnderConstruction() local
382 CallEventRef<> Caller = computeObjectUnderConstruction() local
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h183 Function &Caller; global() variable

1234