LiveRegUnits: Rename accumulateBackward()->accumulate()
authorMatthias Braun <matze@braunis.de>
Fri, 7 Jul 2017 03:02:17 +0000 (03:02 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 7 Jul 2017 03:02:17 +0000 (03:02 +0000)
commit1b54aa58798f8e772db25500b0e5a1b95c1beb36
treef4d3b9dd6408a6270b1c84b62a1353a53ca381f6
parent4ce98662e7d109b4579c35945345db685ae5b3fb
LiveRegUnits: Rename accumulateBackward()->accumulate()

Contrary to the stepForward()/stepBackward() method accumulate() doesn't
have a direction as defs, uses and clobbers all have the same effect.

Also improve the documentation comment.

llvm-svn: 307351
llvm/include/llvm/CodeGen/LiveRegUnits.h
llvm/lib/CodeGen/LiveRegUnits.cpp
llvm/lib/CodeGen/RegisterScavenging.cpp
llvm/lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp