Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp36 class MachineCopyPropagation : public MachineFunctionPass { class
43 MachineCopyPropagation() : MachineFunctionPass(ID) { in MachineCopyPropagation() function in __anonadbeb66a0111::MachineCopyPropagation
59 char MachineCopyPropagation::ID = 0;
60 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;
62 INITIALIZE_PASS(MachineCopyPropagation, "machine-cp",
66 MachineCopyPropagation::SourceNoLongerAvailable(unsigned Reg, in SourceNoLongerAvailable()
129 bool MachineCopyPropagation::CopyPropagateBlock(MachineBasicBlock &MBB) { in CopyPropagateBlock()
332 bool MachineCopyPropagation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DAndroid.mk59 MachineCopyPropagation.cpp \
DCMakeLists.txt63 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