Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp33 class MachineCopyPropagation : public MachineFunctionPass { class
39 MachineCopyPropagation() : MachineFunctionPass(ID) { in MachineCopyPropagation() function in __anond95060300111::MachineCopyPropagation
55 char MachineCopyPropagation::ID = 0;
56 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;
58 INITIALIZE_PASS(MachineCopyPropagation, "machine-cp",
62 MachineCopyPropagation::SourceNoLongerAvailable(unsigned Reg, in SourceNoLongerAvailable()
126 bool MachineCopyPropagation::CopyPropagateBlock(MachineBasicBlock &MBB) { in CopyPropagateBlock()
310 bool MachineCopyPropagation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DCMakeLists.txt45 MachineCopyPropagation.cpp
DAndroid.mk46 MachineCopyPropagation.cpp \
/external/llvm/test/CodeGen/ARM/
D2012-01-26-CopyPropKills.ll6 ; This test case exercises the MachineCopyPropagation pass by disabling the