Searched refs:Outgoing (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1184 const BBSetVector &Outgoing) {
1190 Succ0 = Outgoing.count(Succ0) ? Succ0 : nullptr;
1197 Succ1 = Outgoing.count(Succ1) ? Succ1 : nullptr;
1221 // evaluates them in the same order as the Outgoing set-vector, and
1227 const BBSetVector &Outgoing) {
1234 for (int i = 0, e = Outgoing.size() - 1; i != e; ++i) {
1235 auto Out = Outgoing[i];
1248 redirectToHub(In, FirstGuardBlock, Outgoing);
1258 for (int i = 0, e = Outgoing.size() - 1; i != e; ++i) {
1259 auto Out = Outgoing[
1183 redirectToHub(BasicBlock *BB, BasicBlock *FirstGuardBlock, const BBSetVector &Outgoing) argument
1224 convertToGuardPredicates( BasicBlock *FirstGuardBlock, BBPredicates &GuardPredicates, SmallVectorImpl<WeakVH> &DeletionCandidates, const BBSetVector &Incoming, const BBSetVector &Outgoing) argument
1294 createGuardBlocks(SmallVectorImpl<BasicBlock *> &GuardBlocks, Function *F, const BBSetVector &Outgoing, BBPredicates &GuardPredicates, StringRef Prefix) argument
1318 CreateControlFlowHub( DomTreeUpdater *DTU, SmallVectorImpl<BasicBlock *> &GuardBlocks, const BBSetVector &Incoming, const BBSetVector &Outgoing, const StringRef Prefix) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp147 Outgoing, // Edges going ot of the SCC enumerator in enum:Direction
189 assert((Dir == Direction::Incoming || Dir == Direction::Outgoing) &&
200 } else if (Dir == Direction::Outgoing) {
216 reconnectEdges(SCCNode, N, &PiNode, Direction::Outgoing);

Completed in 214 milliseconds