This patch moves the interleave count computation into LVP::plan(). It
makes sure VPlans are built in all cases we could generate code in the
vectorizer. If we know we do not generate any code (MaxVF == 1, no
interleaving), we can avoid building any VPlans.
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6477
Left over, I'll remove it before committing.