Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h355 EdgeView<false> edges() { return EdgeView<false>(*this); } edges() function
357 EdgeView<true> edges() const { return EdgeView<true>(*this); } edges() function
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h52 using const_iterator = edges::const_iterator; member
[all...]
/freebsd/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 __anond9661d290111::Closure
/freebsd/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp86 std::vector<Edge> edges; member
/freebsd/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/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c165 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local
H A De_aes_cbc_hmac_sha256.c160 HASH_DESC hash_d[8], edges[8]; in tls1_1_multi_block_encrypt() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp358 auto edges = GetCallEdges(); in GetCallEdgeForReturnAddress() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h324 iterator_range<edge_iterator> edges() { in edges() function
329 iterator_range<const_edge_iterator> edges() const { in edges() function
/freebsd/contrib/libpcap/
H A Doptimize.c262 struct edge **edges; member