Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLateInstrsCleanup.cpp40 class MachineLateInstrsCleanup : public MachineFunctionPass { class
67 MachineLateInstrsCleanup() : MachineFunctionPass(ID) { in MachineLateInstrsCleanup() function in __anon95a8ee9a0111::MachineLateInstrsCleanup
86 char MachineLateInstrsCleanup::ID = 0;
88 char &llvm::MachineLateInstrsCleanupID = MachineLateInstrsCleanup::ID;
90 INITIALIZE_PASS(MachineLateInstrsCleanup, DEBUG_TYPE,
93 bool MachineLateInstrsCleanup::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
118 void MachineLateInstrsCleanup::
144 void MachineLateInstrsCleanup::removeRedundantDef(MachineInstr *MI) { in removeRedundantDef()
181 bool MachineLateInstrsCleanup::processBlock(MachineBasicBlock *MBB) { in processBlock()
/freebsd/lib/clang/libllvm/
H A DMakefile372 SRCS_MIN+= CodeGen/MachineLateInstrsCleanup.cpp