Searched refs:CallsiteContext (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
H A D | CtxInstrProfiling.cpp | 196 auto **CallsiteContext = consume(__llvm_ctx_profile_callsite[0]); in __llvm_ctx_profile_get_context() local 197 if (!CallsiteContext || isScratch(CallsiteContext)) in __llvm_ctx_profile_get_context() 218 auto *Callsite = *CallsiteContext; in __llvm_ctx_profile_get_context() 225 : getCallsiteSlow(Guid, CallsiteContext, NrCounters, in __llvm_ctx_profile_get_context()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 434 getStackIdsWithContextNodes(CallStack<NodeT, IteratorT> &CallsiteContext); 444 CallStack<NodeT, IteratorT> &CallsiteContext, 1028 CallStack<NodeT, IteratorT> &CallsiteContext, AllocationType AllocType, in addStackNodesForMIB() argument 1055 for (auto ContextIter = StackContext.beginAfterSharedPrefix(CallsiteContext); in addStackNodesForMIB() 1588 CallStack<MDNode, MDNode::op_iterator> CallsiteContext( in getLastStackId() local 1590 return CallsiteContext.back(); in getLastStackId() 1596 CallsiteContext(dyn_cast_if_present<CallsiteInfo *>(Call.getBase())); in getLastStackId() local 1598 return Index.getStackIdAtIndex(CallsiteContext.back()); in getLastStackId() 1638 CallStack<MDNode, MDNode::op_iterator> CallsiteContext( in getStackIdsWithContextNodesForCall() local 1641 CallsiteContext); in getStackIdsWithContextNodesForCall() [all …]
|