Searched defs:MachineCopyPropagation (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp1 //===- MachineCopyPropagation.cpp - Machine Copy Propagation Pass ---------===//
39 class MachineCopyPropagation : public MachineFunctionPass { class in namespace:__anon12574
46 MachineCopyPropagation() : MachineFunctionPass(ID) { function in class:__anon12574::MachineCopyPropagation
78 char MachineCopyPropagation::ID = 0;
79 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;
81 INITIALIZE_PASS(MachineCopyPropagation, "machine-cp",
110 void MachineCopyPropagation::ClobberRegister(unsigned Reg) {
146 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, unsigned Src,
180 void MachineCopyPropagation::CopyPropagateBlock(MachineBasicBlock &MBB) {
193 "MachineCopyPropagation shoul
[all...]

Completed in 45 milliseconds