This makes it possible to efficiently build a graph without repeatedly iterating
over the list of nodes.
Details
Details
- Reviewers
bkramer
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D151550
DirectedGraph: Add a constructor that takes a list of Nodes. Needs ReviewPublic Authored by jreiffers on May 26 2023, 3:10 AM.
Details
Summary This makes it possible to efficiently build a graph without repeatedly iterating
Diff Detail
Event Timeline
Revision Contents
Diff 526006 llvm/include/llvm/ADT/DirectedGraph.h
|
Make it explicit