Speed up GraphChecker::VisitInstruction

We were seeing slowdowns in graphs with many instructions within
the same block. We can use the seen_ids_ bit vector to speed
things up.

The app in the bug goes from timeouting at 60 minutes, to compiling
in ~8 minutes.

Bug: 311599964
Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b
Test: Compile the app in the bug with dex2oatd
Change-Id: I8a3801c635633d736a97cfd6b563399266a15d20
1 file changed