Add support for extracting a VPlan from LV debug output and generalizing matching for unnamed VPValues. Once we have support for -vplan-print-after=xxxx we can strip the logic to extract a VPlan manually. We cannot use regex, as we need to match from start opening bracket to the correct closing bracket. PR: PR: https://github.com/llvm/llvm-project/pull/178534