Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp251 class MachineCopyPropagation : public MachineFunctionPass { class
259 MachineCopyPropagation() : MachineFunctionPass(ID) { in MachineCopyPropagation() function in __anon169938bc0111::MachineCopyPropagation
306 char MachineCopyPropagation::ID = 0;
308 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;
310 INITIALIZE_PASS(MachineCopyPropagation, DEBUG_TYPE,
351 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()
386 bool MachineCopyPropagation::isBackwardPropagatableRegClassCopy( in isBackwardPropagatableRegClassCopy()
467 bool MachineCopyPropagation::hasOverlappingMultipleDef( in hasOverlappingMultipleDef()
480 void MachineCopyPropagation::forwardUses(MachineInstr &MI) { in forwardUses()
769 void MachineCopyPropagation::propagateDefs(MachineInstr &MI) { in propagateDefs()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile311 SRCS_MIN+= CodeGen/MachineCopyPropagation.cpp