/llvm-project/clang-tools-extra/clang-tidy/cert/ |
H A D | NonTrivialTypesLibcMemoryCallsCheck.cpp | 110 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 D | CallGraphUpdater.cpp | 156 Function *Caller = OldCS.getCaller(); replaceCallSite() local 173 Function *Caller = CS.getCaller(); removeCallSite() local
|
/llvm-project/bolt/lib/Core/ |
H A D | CallGraph.cpp | 97 for (NodeId Caller : Func.predecessors()) { in normalizeArcWeights() local 112 for (NodeId Caller : Func.predecessors()) { in adjustArcWeights() local
|
/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 | 137 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 D | ImportedFunctionsInliningStatistics.cpp | 48 recordInline(const Function & Caller,const Function & Callee) recordInline() argument
|
H A D | MLInlineAdvisor.cpp | 285 Function *Caller = Advice.getCaller(); in onSuccessfulInlining() local 346 auto &Caller = *CB.getCaller(); getAdviceImpl() local [all...] |
H A D | MemoryProfileInfo.cpp | 203 for (auto &Caller : Node->Callers) { buildMIBNodes() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | MemoryBuiltinsTest.cpp | 36 std::unique_ptr<CallInst> Caller( in TEST() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 227 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 D | WrapperFunctionUtils.h | 446 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 D | SignalHandlerCheck.cpp | 303 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 D | NVPTXTargetTransformInfo.h | 88 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() argument
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | Profile.h | 120 TrieNode *Caller = nullptr; member
|
/llvm-project/clang/test/Analysis/ |
H A D | debug-CallGraph.cpp | 89 void Caller() { in Caller() function
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SyntheticCountsPropagation.cpp |
|
H A D | AlwaysInliner.cpp | 59 Function *Caller = CB->getCaller(); in AlwaysInlineImpl() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetTransformInfo.cpp | 97 areInlineCompatible(const Function * Caller,const Function * Callee) const areInlineCompatible() argument
|
/llvm-project/clang-tools-extra/clang-move/ |
H A D | HelperDeclRefGraph.cpp | 38 void HelperDeclRefGraph::addEdge(const Decl *Caller, const Decl *Callee) { in addEdge() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 2188 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 D | Interpreter.h | 63 CallBase *Caller; // Holds the call that called subframes. member
|
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCUDA.h | 176 IsAllowedCall(const FunctionDecl * Caller,const FunctionDecl * Callee) IsAllowedCall() argument [all...] |
/llvm-project/llvm/lib/Transforms/HipStdPar/ |
H A D | HipStdPar.cpp | 183 DiagnosticInfoUnsupported(*Caller, W, CB->getDebugLoc(), DS_Error)); in checkIfSupported() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 337 // 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 D | FunctionPropertiesAnalysis.h | 183 Function &Caller; global() variable
|