Searched refs:MachineCSE (Results 1 – 4 of 4) sorted by relevance
66 class MachineCSE : public MachineFunctionPass { class77 MachineCSE() : MachineFunctionPass(ID) { in MachineCSE() function in __anon5cc114180111::MachineCSE151 char MachineCSE::ID = 0;153 char &llvm::MachineCSEID = MachineCSE::ID;155 INITIALIZE_PASS_BEGIN(MachineCSE, DEBUG_TYPE,159 INITIALIZE_PASS_END(MachineCSE, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()222 bool MachineCSE::isPhysDefTriviallyDead( in isPhysDefTriviallyDead()396 bool MachineCSE::isCSECandidate(MachineInstr *MI) { in isCSECandidate()497 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope()503 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { in ExitScope()[all …]
308 SRCS_MIN+= CodeGen/MachineCSE.cpp
431 // register. MachineCSE skips copies, and we don't want to have to
6005 // extract is free and this gives better MachineCSE results.