Home
last modified time | relevance | path

Searched defs:edges (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h355 EdgeView<false> edges() { return EdgeView<false>(*this); } in edges() function
357 EdgeView<true> edges() const { return EdgeView<true>(*this); } in edges() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h50 using edges = std::set<edge, ProfiledCallGraphEdgeComparer>; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h74 ArrayRef<Edge> edges() const { in edges() function
94 ArrayRef<Edge> edges() const { return ArrayRef(Edges.get(), EdgesSize); } in edges() function
H A DX86DomainReassignment.cpp336 iterator_range<const_edge_iterator> edges() const { in edges() function in __anon9c8882fb0111::Closure
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp86 std::vector<Edge> edges; member
/freebsd-src/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c132 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local
H A Dcipher_aes_cbc_hmac_sha1_hw.c128 HASH_DESC hash_d[8], edges[8]; in tls1_multi_block_encrypt() local
/freebsd-src/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c160 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local
H A De_aes_cbc_hmac_sha1.c165 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp357 auto edges = GetCallEdges(); GetCallEdgeForReturnAddress() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h323 /// Return the list of edges attached to this content. in edges() function
328 /// Returns the list of edges attached to this content. in edges() function
[all...]
/freebsd-src/contrib/libpcap/
H A Doptimize.c264 struct edge **edges; global() member
[all...]