Home
last modified time | relevance | path

Searched refs:CalleeContext (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp273 static FrameLocation getCallerContext(StringRef CalleeContext, in getCallerContext() argument
275 StringRef CallerContext = CalleeContext.rsplit(" @ ").first; in getCallerContext()
288 const StringRef CalleeContext = Item.first(); in populateInferredFunctionSamples() local
297 if (CalleeContext.find(" @ ") == StringRef::npos) in populateInferredFunctionSamples()
303 getCallerContext(CalleeContext, CallerContextId); in populateInferredFunctionSamples()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleContextTracker.cpp200 ContextTrieNode *CalleeContext = getCalleeContextFor(DIL, CalleeName); in getCalleeContextSamplesFor() local
201 if (CalleeContext) { in getCalleeContextSamplesFor()
202 FunctionSamples *FSamples = CalleeContext->getFunctionSamples(); in getCalleeContextSamplesFor()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp197 const StackFrameContext *CalleeContext = CEE->getCalleeContext(); in addVisitorIfNecessary() local
198 if (CalleeContext->getCallSite() != S) in addVisitorIfNecessary()
220 BR.markInteresting(CalleeContext); in addVisitorIfNecessary()
221 BR.addVisitor(llvm::make_unique<ReturnVisitor>(CalleeContext, in addVisitorIfNecessary()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp975 const StackFrameContext *CalleeContext = CEE->getCalleeContext(); in addVisitorIfNecessary() local
976 if (CalleeContext->getCallSite() != S) in addVisitorIfNecessary()
997 BR.addVisitor(std::make_unique<ReturnVisitor>(CalleeContext, in addVisitorIfNecessary()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp664 auto *CalleeContext = NewF->getArg(Shape.AsyncLowering.ContextArgNo); in deriveNewFramePointer() local
673 ProjectionFunc, CalleeContext); in deriveNewFramePointer()