Searched refs:Outgoing (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1947 const BBSetVector &Outgoing) { in redirectToHub() argument 1955 Succ0 = Outgoing.count(Succ0) ? Succ0 : nullptr; in redirectToHub() 1962 Succ1 = Outgoing.count(Succ1) ? Succ1 : nullptr; in redirectToHub() 1986 const BBSetVector &Outgoing, in setupBranchForGuard() argument 1990 GuardBlocks.push_back(Outgoing.back()); in setupBranchForGuard() 1993 auto Out = Outgoing[i]; in setupBranchForGuard() 2006 const BBSetVector &Incoming, const BBSetVector &Outgoing, in calcPredicateUsingInteger() argument 2019 redirectToHub(In, FirstGuardBlock, Outgoing); in calcPredicateUsingInteger() 2023 auto Succ0Iter = find(Outgoing, Succ0); in calcPredicateUsingInteger() 2024 auto Succ1Iter = find(Outgoing, Succ1); 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 | 404 const uint32_t Outgoing = EntryBlock.OutEdges.size(); in writeOut() local 405 if (Outgoing) { in writeOut() 407 write(Outgoing * 2 + 1); in writeOut()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 739 bool Outgoing = in isAnyArgRegReserved() local 747 return Outgoing || Incoming; in isAnyArgRegReserved()
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_common.t0 | 347 \ -- Outgoing data is flushed.
|