HomeSort by: relevance | last modified time | path
    Searched refs:MachineCopyPropagation (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 1 //===- MachineCopyPropagation.cpp - Machine Copy Propagation Pass ---------===//
251 class MachineCopyPropagation : public MachineFunctionPass {
259 MachineCopyPropagation() : MachineFunctionPass(ID) {
306 char MachineCopyPropagation::ID = 0;
308 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;
310 INITIALIZE_PASS(MachineCopyPropagation, DEBUG_TYPE,
313 void MachineCopyPropagation::ReadRegister(MCRegister Reg, MachineInstr &Reader,
351 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy,
386 bool MachineCopyPropagation::isBackwardPropagatableRegClassCopy(
402 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy
    [all...]
  /src/external/apache2/llvm/lib/libLLVMCodeGen/
Makefile 87 MachineCopyPropagation.cpp \

Completed in 15 milliseconds