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.cpp453 class MachineCopyPropagation { class
462 MachineCopyPropagation(bool CopyInstr = false) in MachineCopyPropagation() function in __anon32f3c4080111::MachineCopyPropagation
530 void MachineCopyPropagation::ReadRegister(MCRegister Reg, MachineInstr &Reader, in ReadRegister()
547 void MachineCopyPropagation::readSuccessorLiveIns( in readSuccessorLiveIns()
591 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()
637 bool MachineCopyPropagation::isBackwardPropagatableRegClassCopy( in isBackwardPropagatableRegClassCopy()
655 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()
727 bool MachineCopyPropagation::hasImplicitOverlap(const MachineInstr &MI, in hasImplicitOverlap()
741 bool MachineCopyPropagation::hasOverlappingMultipleDef( in hasOverlappingMultipleDef()
754 bool MachineCopyPropagation::canUpdateSrcUsers(const MachineInstr &Copy, in canUpdateSrcUsers()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile391 SRCS_MIN+= CodeGen/MachineCopyPropagation.cpp