Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryProfileInfo.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()
HDCallPrinter.cpp73 SmallSet<Function *, 16> Callers; in CallGraphDOTInfo() local
76 Callers.insert(cast<Instruction>(U)->getFunction()); in CallGraphDOTInfo()
77 for (Function *Caller : Callers) in CallGraphDOTInfo()
HDStackSafetyAnalysis.cpp593 DenseMap<const CalleeTy *, SmallVector<const CalleeTy *, 4>> Callers; member in __anon81ae6c430211::StackSafetyDataFlowAnalysis
675 for (auto &CallerID : Callers[Callee]) in updateOneNode()
696 Callers[Callee].push_back(F.first); in runDataFlow()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryProfileInfo.h63 std::map<uint64_t, CallStackTrieNode *> Callers; member
76 for (auto C : Node->Callers) in deleteTrieNode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUOpenCLEnqueuedBlockLowering.cpp76 DenseSet<Function *> Callers; in runOnModule() local
/freebsd-14-stable/crypto/openssl/doc/man3/
HDOPENSSL_LH_COMPFUNC.pod278 Callers that only have "const" access to data they're indexing in a
/freebsd-14-stable/contrib/tcsh/
HDFixes251 24. Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.
/freebsd-14-stable/contrib/diff/
HDChangeLog3085 * sdiff.c (xmalloc): Renamed from ck_malloc. Callers changed.
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttrDocs.td5551 registers namely, v1-v7 and v24-v31 as callee-saved. Callers thus don't need