Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp239 ContextTrieNode *CalleeContext = getCalleeContextFor(DIL, FName); in getCalleeContextSamplesFor() local
240 if (CalleeContext) { in getCalleeContextSamplesFor()
241 FunctionSamples *FSamples = CalleeContext->getFunctionSamples(); in getCalleeContextSamplesFor()
243 dbgs() << " Callee context found: " << getContextString(CalleeContext) in getCalleeContextSamplesFor()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2475 const StackFrameContext *CalleeContext = CEE->getCalleeContext(); in handle() local
2476 if (CalleeContext->getCallSite() != E) in handle()
2497 Report.addVisitor<ReturnVisitor>(&getParentTracker(), CalleeContext, in handle()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp852 auto *CalleeContext = NewF->getArg(ContextIdx); in deriveNewFramePointer() local
859 ProjectionFunc, CalleeContext); in deriveNewFramePointer()