Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp144 auto [Next, Inserted] = Curr->Callers.try_emplace(StackId); in addCallStack()
237 for (auto &Caller : Node->Callers) in collectContextSizeInfo()
246 for (auto &Caller : Node->Callers) in convertHotToNotCold()
397 if (!Node->Callers.empty()) { in buildMIBNodes()
398 bool NodeHasAmbiguousCallerContext = Node->Callers.size() > 1; in buildMIBNodes()
408 for (auto &Caller : Node->Callers) { in buildMIBNodes()
503 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
675 WorkList.insert_range(Callers[Callee]); in updateOneNode()
695 Callers[Callee].push_back(F.first); in runDataFlow()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h79 std::map<uint64_t, CallStackTrieNode *> Callers; member
108 for (auto C : Node->Callers) in deleteTrieNode()
/freebsd/crypto/openssl/doc/man3/
H A DX509_verify_cert.pod272 necessary. Callers should treat installing a callback that waives errors as a
389 Callers must therefore treat the return value as the authoritative
418 validation. Callers should be aware of the following:
451 above it. Callers should nevertheless be aware that the chain returned in
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 DNAME_CONSTRAINTS_check.pod151 comparisons). Callers should treat the return value as the authoritative
H A DOPENSSL_LH_COMPFUNC.pod302 Callers that only have "const" access to data they're indexing in a
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2575 SmallVector<Function *> Callers; in OptimizeNonTrivialIFuncs() local
2586 Callers.push_back(Caller); in OptimizeNonTrivialIFuncs()
2593 sort(Callers, [&](auto *LHS, auto *RHS) { in OptimizeNonTrivialIFuncs()
2602 for (Function *Caller : Callers) { in OptimizeNonTrivialIFuncs()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fc.md188 controllers. Callers do not pass the event themselves. The event is generated by
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib2131 # (e.g. -t). Callers should still reset SCAN_SUSPEND_PROGRESS in cleanup.
/freebsd/contrib/tcsh/
H A DFixes251 24. Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.
/freebsd/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().
/freebsd/contrib/libedit/
H A DChangeLog195 restricted even more by the umask). Callers using
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td6313 registers namely, v1-v7 and v24-v31 as callee-saved. Callers thus don't need
/freebsd/crypto/openssl/
H A DCHANGES.md1057 This operation is typically invoked via `EVP_PKEY_encrypt(3)`. Callers that