Method Scheduling::ComputeLocalLatenciesForward() be used for compute the latency of all the instructions and write the result to _node_latency. But I found that _node_latency was never used. So I think method Scheduling::ComputeLocalLatenciesForward() can be deleted.