Home
last modified time | relevance | path

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

/src/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 __anon88e494be0211::StackSafetyDataFlowAnalysis
675 for (auto &CallerID : Callers[Callee]) in updateOneNode()
696 Callers[Callee].push_back(F.first); in runDataFlow()
/src/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()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp76 DenseSet<Function *> Callers; in runOnModule() local
/src/crypto/openssl/doc/man3/
H A DBIO_sendmmsg.pod95 facilitates backwards compatibility if fields are added to B<BIO_MSG>. Callers
194 to BIO_err_is_non_fatal(). Callers should do this instead of testing the reason
H A DOPENSSL_LH_COMPFUNC.pod302 Callers that only have "const" access to data they're indexing in a
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-fc.md188 controllers. Callers do not pass the event themselves. The event is generated by
/src/contrib/tcsh/
H A DFixes251 24. Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.
/src/crypto/krb5/src/include/krb5/
H A Dkrb5.hin414 * data is overwritten. Callers must allocate the right number of krb5_crypto_iov
2801 * Callers must release the returned entry with krb5_kt_free_entry().
/src/contrib/libedit/
H A DChangeLog195 restricted even more by the umask). Callers using
/src/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
/src/crypto/openssl/
H A DCHANGES.md370 This operation is typically invoked via `EVP_PKEY_encrypt(3)`. Callers that