Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp294 class MachineCopyPropagation : public MachineFunctionPass { class
305 MachineCopyPropagation(bool CopyInstr = false) in MachineCopyPropagation() function in __anonb2bd9f5f0111::MachineCopyPropagation
353 char MachineCopyPropagation::ID = 0;
355 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;
357 INITIALIZE_PASS(MachineCopyPropagation, DEBUG_TYPE,
360 void MachineCopyPropagation::ReadRegister(MCRegister Reg, MachineInstr &Reader, in ReadRegister()
402 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()
442 bool MachineCopyPropagation::isBackwardPropagatableRegClassCopy( in isBackwardPropagatableRegClassCopy()
460 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()
532 bool MachineCopyPropagation::hasImplicitOverlap(const MachineInstr &MI, in hasImplicitOverlap()
[all …]
H A DCMakeLists.txt109 MachineCopyPropagation.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/
H A DMakefile92 MachineCopyPropagation.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn121 "MachineCopyPropagation.cpp",