Memoize SValBuilder::simplifySVal() so that it didn't try to re-simplify the same symbolic expression in the same program state.
Speeds up the analysis by ~25% on the artificial test in test/Analysis/hangs.c.
The test is still exponentially exploding though.