Problem/Motivation
In views_hook_info() the hook_views_analyze is assigned to the group => 'views', therefore all the implementation of hook_views_analyze should be declared in a .module file or in a .views.inc file. Node module implementation of hook_views_analyze is located in node.views_execution.inc, so it never executed
Proposed resolution
Move node_views_analyze() in node.views.inc
Remaining tasks
Write a patch