Home
last modified time | relevance | path

Searched refs:CallsiteContext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp364 auto **CallsiteContext = consume(__llvm_ctx_profile_callsite[0]); in __llvm_ctx_profile_get_context() local
365 if (!CallsiteContext || isScratch(CallsiteContext)) in __llvm_ctx_profile_get_context()
388 auto *Callsite = *CallsiteContext; in __llvm_ctx_profile_get_context()
395 : getCallsiteSlow(Guid, CallsiteContext, NumCounters, in __llvm_ctx_profile_get_context()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp557 getStackIdsWithContextNodes(CallStack<NodeT, IteratorT> &CallsiteContext);
567 CallStack<NodeT, IteratorT> &CallsiteContext,
1337 CallStack<NodeT, IteratorT> &CallsiteContext, AllocationType AllocType, in addStackNodesForMIB() argument
1363 for (auto ContextIter = StackContext.beginAfterSharedPrefix(CallsiteContext); in addStackNodesForMIB()
2036 CallStack<MDNode, MDNode::op_iterator> CallsiteContext( in getLastStackId() local
2038 return CallsiteContext.back(); in getLastStackId()
2044 CallsiteContext(dyn_cast_if_present<CallsiteInfo *>(Call)); in getLastStackId() local
2046 return Index.getStackIdAtIndex(CallsiteContext.back()); in getLastStackId()
2090 CallStack<MDNode, MDNode::op_iterator> CallsiteContext( in getStackIdsWithContextNodesForCall() local
2093 CallsiteContext); in getStackIdsWithContextNodesForCall()
[all …]