this method could be a cause of performance problem when you call this method
sometimes because this method runs analysis until node from the first node in the
block of node without cache. You should use AnalysisResult.runAnalysisFor(Node, boolean,
TransferInput, Map) with a cache instead of this method.