This API bypasses the -verify-dom-info flag to always check DT
consistency. This is useful to stress-test a single pass without
slowing down other passes.
Looks like the LoopVectorizer was trying to do something similar when it
calls verifyDomTree directly. That's a no-op unless -verify-dom-info is
used. But if -verify-dom-info is passed the verification would be run
anyway. We should probably also fix this in LV.