Home
last modified time | relevance | path

Searched refs:Outgoing (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1604 const BBSetVector &Outgoing) { in redirectToHub() argument
1610 Succ0 = Outgoing.count(Succ0) ? Succ0 : nullptr; in redirectToHub()
1647 const BBSetVector &Outgoing) { in convertToGuardPredicates() argument
1655 auto Out = Outgoing[i]; in convertToGuardPredicates()
1679 auto Out = Outgoing[i]; in convertToGuardPredicates()
1725 GuardBlocks.push_back(Outgoing.back()); in createGuardBlocks()
1728 auto Out = Outgoing[i]; in createGuardBlocks()
1751 if (Outgoing.count(Succ)) in CreateControlFlowHub()
1760 Incoming, Outgoing); in CreateControlFlowHub()
1780 Outgoing[NumGuards - 1]}); in CreateControlFlowHub()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp145 Outgoing, // Edges going ot of the SCC in createPiBlocks() enumerator
187 assert((Dir == Direction::Incoming || Dir == Direction::Outgoing) && in createPiBlocks()
198 } else if (Dir == Direction::Outgoing) { in createPiBlocks()
215 reconnectEdges(SCCNode, N, &PiNode, Direction::Outgoing); in createPiBlocks()
/freebsd-13.1/contrib/blacklist/diff/
H A Dnamed.diff208 * Outgoing AXFR and IXFR.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp457 const uint32_t Outgoing = EntryBlock.OutEdges.size(); in writeOut() local
458 if (Outgoing) { in writeOut()
460 write(Outgoing * 2 + 1); in writeOut()
/freebsd-13.1/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t0347 \ -- Outgoing data is flushed.