Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp34 class MachineCopyPropagation : public MachineFunctionPass { class
41 MachineCopyPropagation() : MachineFunctionPass(ID) { in MachineCopyPropagation() function in __anona326f9d00111::MachineCopyPropagation
58 char MachineCopyPropagation::ID = 0;
59 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;
61 INITIALIZE_PASS(MachineCopyPropagation, "machine-cp",
65 MachineCopyPropagation::SourceNoLongerAvailable(unsigned Reg, in SourceNoLongerAvailable()
132 void MachineCopyPropagation::removeCopy(MachineInstr *MI) { in removeCopy()
139 bool MachineCopyPropagation::CopyPropagateBlock(MachineBasicBlock &MBB) { in CopyPropagateBlock()
322 bool MachineCopyPropagation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/freebsd-10-stable/lib/clang/libllvmcodegen/
DMakefile54 MachineCopyPropagation.cpp \