Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1630 const BBSetVector &Outgoing) { in redirectToHub() argument
1636 Succ0 = Outgoing.count(Succ0) ? Succ0 : nullptr; in redirectToHub()
1673 const BBSetVector &Outgoing) { in convertToGuardPredicates() argument
1681 auto Out = Outgoing[i]; in convertToGuardPredicates()
1705 auto Out = Outgoing[i]; in convertToGuardPredicates()
1751 GuardBlocks.push_back(Outgoing.back()); in createGuardBlocks()
1754 auto Out = Outgoing[i]; in createGuardBlocks()
1777 if (Outgoing.count(Succ)) in CreateControlFlowHub()
1786 Incoming, Outgoing); in CreateControlFlowHub()
1806 Outgoing[NumGuards - 1]}); in CreateControlFlowHub()
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp403 const uint32_t Outgoing = EntryBlock.OutEdges.size(); in writeOut() local
404 if (Outgoing) { in writeOut()
406 write(Outgoing * 2 + 1); in writeOut()