summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARM.h
diff options
context:
space:
mode:
authorSam Parker <sam.parker@arm.com>2019-06-17 08:49:09 +0000
committerSam Parker <sam.parker@arm.com>2019-06-17 08:49:09 +0000
commit966f4e874e069b64868e3cb818e926ac8c8f3107 (patch)
tree2ea3f2d4c7f31c33d1b1c25ea53a520f3db9137b /llvm/lib/Target/ARM/ARM.h
parenta9e5d2f35dd2efac5b6447aee8135f1db87f3b31 (diff)
downloadbcm5719-llvm-966f4e874e069b64868e3cb818e926ac8c8f3107.tar.gz
bcm5719-llvm-966f4e874e069b64868e3cb818e926ac8c8f3107.zip
[ARM] Extract some code from ARMConstantIslandPass
Create the ARMBasicBlockUtils class for tracking and querying basic blocks sizes so we can use them when generating low-overhead loops. Differential Revision: https://reviews.llvm.org/D63265 llvm-svn: 363530
Diffstat (limited to 'llvm/lib/Target/ARM/ARM.h')
-rw-r--r--llvm/lib/Target/ARM/ARM.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/ARM/ARM.h b/llvm/lib/Target/ARM/ARM.h
index b9b366da46e..6b3a5fd68fe 100644
--- a/llvm/lib/Target/ARM/ARM.h
+++ b/llvm/lib/Target/ARM/ARM.h
@@ -57,11 +57,6 @@ createARMInstructionSelector(const ARMBaseTargetMachine &TM, const ARMSubtarget
void LowerARMMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
ARMAsmPrinter &AP);
-void computeBlockSize(MachineFunction *MF, MachineBasicBlock *MBB,
- BasicBlockInfo &BBI);
-std::vector<BasicBlockInfo> computeAllBlockSizes(MachineFunction *MF);
-
-
void initializeARMParallelDSPPass(PassRegistry &);
void initializeARMLoadStoreOptPass(PassRegistry &);
void initializeARMPreAllocLoadStoreOptPass(PassRegistry &);
OpenPOWER on IntegriCloud