Home
last modified time | relevance | path

Searched refs:Callers (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp158 auto Next = Curr->Callers.find(StackId); in addCallStack()
159 if (Next != Curr->Callers.end()) { in addCallStack()
167 Curr->Callers[StackId] = New; in addCallStack()
216 if (!Node->Callers.empty()) { in buildMIBNodes()
217 bool NodeHasAmbiguousCallerContext = Node->Callers.size() > 1; in buildMIBNodes()
219 for (auto &Caller : Node->Callers) { in buildMIBNodes()
270 assert(!Alloc->Callers.empty() && "addCallStack has not been called yet"); in buildAndAttachMIBMetadata()
H A DCallPrinter.cpp73 SmallSet<Function *, 16> Callers; in CallGraphDOTInfo() local
76 Callers.insert(cast<Instruction>(U)->getFunction()); in CallGraphDOTInfo()
77 for (Function *Caller : Callers) in CallGraphDOTInfo()
H A DStackSafetyAnalysis.cpp593 DenseMap<const CalleeTy *, SmallVector<const CalleeTy *, 4>> Callers; member in __anonc3460ea90211::StackSafetyDataFlowAnalysis
674 // Callers of this function may need updating. in updateOneNode()
675 for (auto &CallerID : Callers[Callee]) in updateOneNode()
696 Callers[Callee].push_back(F.first); in runDataFlow()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h63 std::map<uint64_t, CallStackTrieNode *> Callers; member
76 for (auto C : Node->Callers) in deleteTrieNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp76 DenseSet<Function *> Callers; in runOnModule() local
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod278 Callers that only have "const" access to data they're indexing in a
/freebsd/contrib/tcsh/
H A DFixes251 24. Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.
/freebsd/contrib/diff/
H A DChangeLog3085 * sdiff.c (xmalloc): Renamed from ck_malloc. Callers changed.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td5551 registers namely, v1-v7 and v24-v31 as callee-saved. Callers thus don't need