mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
These predicates currently take a pair of `IRBlock`s - as it stands, at most one edge can exist from one `IRBlock` to a given other `IRBlock`. We may need to revisit that assumption and create an `IREdge` IPA type at some future date