Home
last modified time | relevance | path

Searched refs:MachineCopyPropagation (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp36 class MachineCopyPropagation : public MachineFunctionPass { class
43 MachineCopyPropagation() : MachineFunctionPass(ID) { in MachineCopyPropagation() function in __anonadbeb66a0111::MachineCopyPropagation
60 char MachineCopyPropagation::ID = 0;
61 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;
63 INITIALIZE_PASS(MachineCopyPropagation, "machine-cp",
67 MachineCopyPropagation::SourceNoLongerAvailable(unsigned Reg, in SourceNoLongerAvailable()
133 void MachineCopyPropagation::removeCopy(MachineInstr *MI) { in removeCopy()
137 bool MachineCopyPropagation::CopyPropagateBlock(MachineBasicBlock &MBB) { in CopyPropagateBlock()
332 bool MachineCopyPropagation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DCMakeLists.txt51 MachineCopyPropagation.cpp
DAndroid.mk52 MachineCopyPropagation.cpp \
/external/llvm/test/CodeGen/AArch64/
Dmachine-copy-prop.ll3 ; This file check a bug in MachineCopyPropagation pass. The last COPY will be
/external/llvm/test/CodeGen/ARM/
D2012-01-26-CopyPropKills.ll6 ; This test case exercises the MachineCopyPropagation pass by disabling the
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch631 + MachineCopyPropagation.cpp \