[llvm-mca] Rename Backend to Pipeline. NFC.
authorMatt Davis <Matthew.Davis@sony.com>
Mon, 25 Jun 2018 16:53:00 +0000 (16:53 +0000)
committerMatt Davis <Matthew.Davis@sony.com>
Mon, 25 Jun 2018 16:53:00 +0000 (16:53 +0000)
commitdea343d2b3248901e51cd5cbbd7584969f308b3f
tree9895cf72a8bb829da2414d373f30bfd5569cafa2
parent742553da13dd079f1428f7cba6ee6e64ff9f40a8
[llvm-mca] Rename Backend to Pipeline. NFC.

Summary:
This change renames the Backend and BackendPrinter to Pipeline and PipelinePrinter respectively.
Variables and comments have also been updated to reflect this change.

The reason for this rename, is to be slightly more correct about what MCA is modeling.  MCA models a Pipeline, which implies some logical sequence of stages.

Reviewers: andreadb, courbet, RKSimon

Reviewed By: andreadb, courbet

Subscribers: mgorny, javed.absar, tschuett, gbedwell, llvm-commits

Differential Revision: https://reviews.llvm.org/D48496

llvm-svn: 335496
22 files changed:
llvm/tools/llvm-mca/CMakeLists.txt
llvm/tools/llvm-mca/DispatchStage.cpp
llvm/tools/llvm-mca/DispatchStage.h
llvm/tools/llvm-mca/ExecuteStage.cpp
llvm/tools/llvm-mca/ExecuteStage.h
llvm/tools/llvm-mca/HWEventListener.h
llvm/tools/llvm-mca/Instruction.cpp
llvm/tools/llvm-mca/Instruction.h
llvm/tools/llvm-mca/InstructionTables.cpp
llvm/tools/llvm-mca/Pipeline.cpp [moved from llvm/tools/llvm-mca/Backend.cpp with 72% similarity]
llvm/tools/llvm-mca/Pipeline.h [moved from llvm/tools/llvm-mca/Backend.h with 75% similarity]
llvm/tools/llvm-mca/PipelinePrinter.cpp [moved from llvm/tools/llvm-mca/BackendPrinter.cpp with 72% similarity]
llvm/tools/llvm-mca/PipelinePrinter.h [moved from llvm/tools/llvm-mca/BackendPrinter.h with 69% similarity]
llvm/tools/llvm-mca/README.txt
llvm/tools/llvm-mca/ResourcePressureView.h
llvm/tools/llvm-mca/RetireStage.cpp
llvm/tools/llvm-mca/RetireStage.h
llvm/tools/llvm-mca/Scheduler.cpp
llvm/tools/llvm-mca/Support.cpp
llvm/tools/llvm-mca/Support.h
llvm/tools/llvm-mca/TimelineView.h
llvm/tools/llvm-mca/llvm-mca.cpp