Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1935 const BBSetVector &Outgoing) { in redirectToHub() argument
1978 GuardBlocks.push_back(Outgoing.back()); in setupBranchForGuard()
1981 auto Out = Outgoing[i]; in setupBranchForGuard()
2011 auto Succ0Iter = find(Outgoing, Succ0); in calcPredicateUsingInteger()
2021 auto SuccIter = Succ0 ? find(Outgoing, Succ0) : find(Outgoing, Succ1); in calcPredicateUsingInteger()
2029 auto Out = Outgoing[i]; in calcPredicateUsingInteger()
2050 auto Out = Outgoing[i]; in calcPredicateUsingBooleans()
2075 auto Out = Outgoing[i]; in calcPredicateUsingBooleans()
2138 if (Outgoing.size() < 2) in CreateControlFlowHub()
2139 return Outgoing.front(); in CreateControlFlowHub()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp146 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 Dnamed.diff208 * Outgoing AXFR and IXFR.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp404 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 DSparcISelLowering.cpp740 bool Outgoing = in isAnyArgRegReserved() local
748 return Outgoing || Incoming; in isAnyArgRegReserved()
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t0347 \ -- Outgoing data is flushed.