Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp251 class MachineCopyPropagation : public MachineFunctionPass { class
259 MachineCopyPropagation() : MachineFunctionPass(ID) { in MachineCopyPropagation() function in __anon835623930111::MachineCopyPropagation
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, in ReadRegister()
351 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()
386 bool MachineCopyPropagation::isBackwardPropagatableRegClassCopy( in isBackwardPropagatableRegClassCopy()
402 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()
453 bool MachineCopyPropagation::hasImplicitOverlap(const MachineInstr &MI, in hasImplicitOverlap()
[all …]
H A DCMakeLists.txt76 MachineCopyPropagation.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile87 MachineCopyPropagation.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn107 "MachineCopyPropagation.cpp",