Files
Alessandro Di Federico 5878fee3e2 Make PCH::addCaseToDispatcher more efficient
Checking if a `SwitchInst` has a certain case triggers a linear search.
When we have *a lot* of jump targets this is an issue.

This commit assumes that when we add a case to a dispatcher, that case
is not already there.
2021-05-12 18:42:13 +02:00
..
2021-05-06 15:42:00 +02:00
2021-04-22 18:07:24 +02:00
2021-04-22 18:03:53 +02:00
2021-05-05 17:10:12 +02:00
2021-04-22 18:07:24 +02:00
2021-04-22 18:07:24 +02:00
2021-05-05 17:10:12 +02:00