Lines Matching refs:Outgoing

1604               const BBSetVector &Outgoing) {  in redirectToHub()  argument
1610 Succ0 = Outgoing.count(Succ0) ? Succ0 : nullptr; in redirectToHub()
1617 Succ1 = Outgoing.count(Succ1) ? Succ1 : nullptr; in redirectToHub()
1647 const BBSetVector &Outgoing) { in convertToGuardPredicates() argument
1654 for (int i = 0, e = Outgoing.size() - 1; i != e; ++i) { in convertToGuardPredicates()
1655 auto Out = Outgoing[i]; in convertToGuardPredicates()
1668 redirectToHub(In, FirstGuardBlock, Outgoing); in convertToGuardPredicates()
1678 for (int i = 0, e = Outgoing.size() - 1; i != e; ++i) { in convertToGuardPredicates()
1679 auto Out = Outgoing[i]; in convertToGuardPredicates()
1715 Function *F, const BBSetVector &Outgoing, in createGuardBlocks() argument
1717 for (int i = 0, e = Outgoing.size() - 2; i != e; ++i) { in createGuardBlocks()
1725 GuardBlocks.push_back(Outgoing.back()); in createGuardBlocks()
1728 auto Out = Outgoing[i]; in createGuardBlocks()
1740 const BBSetVector &Incoming, const BBSetVector &Outgoing, in CreateControlFlowHub() argument
1751 if (Outgoing.count(Succ)) in CreateControlFlowHub()
1760 Incoming, Outgoing); in CreateControlFlowHub()
1763 createGuardBlocks(GuardBlocks, F, Outgoing, GuardPredicates, Prefix); in CreateControlFlowHub()
1767 reconnectPhis(Outgoing[i], GuardBlocks[i], Incoming, FirstGuardBlock); in CreateControlFlowHub()
1769 reconnectPhis(Outgoing.back(), GuardBlocks.back(), Incoming, FirstGuardBlock); in CreateControlFlowHub()
1773 assert((int)Outgoing.size() == NumGuards + 1); in CreateControlFlowHub()
1775 Updates.push_back({DominatorTree::Insert, GuardBlocks[i], Outgoing[i]}); in CreateControlFlowHub()
1780 Outgoing[NumGuards - 1]}); in CreateControlFlowHub()
1782 Outgoing[NumGuards]}); in CreateControlFlowHub()