Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp31 class DeadMachineInstructionElim : public MachineFunctionPass { class
41 DeadMachineInstructionElim() : MachineFunctionPass(ID) { in DeadMachineInstructionElim() function in __anon08e5c92b0111::DeadMachineInstructionElim
56 char DeadMachineInstructionElim::ID = 0;
57 char &llvm::DeadMachineInstructionElimID = DeadMachineInstructionElim::ID;
59 INITIALIZE_PASS(DeadMachineInstructionElim, DEBUG_TYPE,
62 bool DeadMachineInstructionElim::isDead(const MachineInstr *MI) const { in isDead()
110 bool DeadMachineInstructionElim::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
119 bool DeadMachineInstructionElim::eliminateDeadMI(MachineFunction &MF) { in eliminateDeadMI()
H A DCMakeLists.txt20 DeadMachineInstructionElim.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile28 DeadMachineInstructionElim.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn39 "DeadMachineInstructionElim.cpp",