Searched refs:Outgoing (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ControlFlowUtils.cpp | 69 ArrayRef<BasicBlock *> Outgoing, in setupBranchForGuard() argument 71 assert(Outgoing.size() > 1); in setupBranchForGuard() 72 assert(GuardBlocks.size() == Outgoing.size() - 1); in setupBranchForGuard() 75 BasicBlock *Out = Outgoing[I]; in setupBranchForGuard() 79 BasicBlock *Out = Outgoing[I]; in setupBranchForGuard() 80 BranchInst::Create(Out, Outgoing[I + 1], GuardPredicates[Out], in setupBranchForGuard() 87 ArrayRef<BasicBlock *> Outgoing, in calcPredicateUsingInteger() argument 101 auto Succ0Iter = find(Outgoing, Succ0); in calcPredicateUsingInteger() 102 auto Succ1Iter = find(Outgoing, Succ1); in calcPredicateUsingInteger() 104 ConstantInt::get(Int32Ty, std::distance(Outgoing.begin(), Succ0Iter)); in calcPredicateUsingInteger() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceGraphBuilder.cpp | 146 Outgoing, // Edges going ot of the SCC in createPiBlocks() enumerator 188 assert((Dir == Direction::Incoming || Dir == Direction::Outgoing) && in createPiBlocks() 199 } else if (Dir == Direction::Outgoing) { in createPiBlocks() 216 reconnectEdges(SCCNode, N, &PiNode, Direction::Outgoing); in createPiBlocks()
|
| /freebsd/contrib/blocklist/diff/ |
| H A D | named.diff | 208 * Outgoing AXFR and IXFR.
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 386 const uint32_t Outgoing = EntryBlock.OutEdges.size(); in writeOut() local 387 if (Outgoing) { in writeOut() 389 write(Outgoing * 2 + 1); in writeOut()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_poll.pod | 50 #define SSL_POLL_EVENT_OSB /* OSB (Outgoing Stream: Bidi) */ 51 #define SSL_POLL_EVENT_OSU /* OSU (Outgoing Stream: Uni) */
|
| /freebsd/crypto/openssl/doc/designs/quic-design/server/ |
| H A D | quic-polling.md | 267 - **OSB (Outgoing Stream — Bidirectional):** It is currently possible 270 - **OSU (Outgoing Stream — Unidirectional):** It is currently possible 339 /* OSB (Outgoing Stream: Bidirectional) */ 342 /* OSU (Outgoing Stream: Unidirectional) */ 660 #### `OSB`, `OSU`: Outgoing Stream Readiness
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 743 bool Outgoing = in isAnyArgRegReserved() local 751 return Outgoing || Incoming; in isAnyArgRegReserved()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h.in | 2508 #define SSL_POLL_EVENT_OSB (1U << 11) /* OSB (Outgoing Stream: Bidi) */ 2509 #define SSL_POLL_EVENT_OSU (1U << 12) /* OSU (Outgoing Stream: Uni) */
|
| /freebsd/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_common.t0 | 347 \ -- Outgoing data is flushed.
|
| /freebsd/crypto/krb5/src/po/ |
| H A D | mit-krb5.pot | 3203 msgid "%s; Incoming SerialNo=%lu; Outgoing SerialNo=%lu" 3208 msgid "%s; Incoming SerialNo=%lu; Outgoing SerialNo=N/A"
|
| H A D | ka.po | 3312 msgid "%s; Incoming SerialNo=%lu; Outgoing SerialNo=%lu" 3317 msgid "%s; Incoming SerialNo=%lu; Outgoing SerialNo=N/A"
|
| H A D | de.po | 3252 msgid "%s; Incoming SerialNo=%lu; Outgoing SerialNo=%lu" 3257 msgid "%s; Incoming SerialNo=%lu; Outgoing SerialNo=N/A"
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound.conf.rst | 278 Outgoing queries are sent via a random outgoing interface to counter
|