Files
codeql/csharp/ql/test/library-tests/dataflow/ssa
Tom Hvitved 5ecf680cc2 C#: Improve performance of SSA adjacent reads calculation
- Speedup the `varBlockReaches()` predicate, by restricting to basic blocks
  in which a given SSA definition may still be live, in constrast to just
  being able to reach *any* access (read or write) to the underlying source
  variable.
- Account for some missing cases in the `lastRead()` predicate.
2019-08-08 16:21:57 +02:00
..
2018-12-20 10:19:59 +01:00
2018-12-20 10:19:59 +01:00
2018-12-20 10:19:59 +01:00
2018-12-20 10:19:59 +01:00