Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp383 class MachineCopyPropagation : public MachineFunctionPass { class
394 MachineCopyPropagation(bool CopyInstr = false) in MachineCopyPropagation() function in __anon32f3c4080111::MachineCopyPropagation
444 char MachineCopyPropagation::ID = 0;
446 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;
448 INITIALIZE_PASS(MachineCopyPropagation, DEBUG_TYPE,
451 void MachineCopyPropagation::ReadRegister(MCRegister Reg, MachineInstr &Reader, in ReadRegister()
468 void MachineCopyPropagation::readSuccessorLiveIns( in readSuccessorLiveIns()
509 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()
555 bool MachineCopyPropagation::isBackwardPropagatableRegClassCopy( in isBackwardPropagatableRegClassCopy()
573 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile345 SRCS_MIN+= CodeGen/MachineCopyPropagation.cpp