Searched refs:MachineCSE (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineCSE.cpp | 40 class MachineCSE : public MachineFunctionPass { class 48 MachineCSE() : MachineFunctionPass(ID), LookAheadLimit(5), CurrVN(0) { in MachineCSE() function in __anon909a6d8c0111::MachineCSE 108 char MachineCSE::ID = 0; 109 char &llvm::MachineCSEID = MachineCSE::ID; 110 INITIALIZE_PASS_BEGIN(MachineCSE, "machine-cse", 114 INITIALIZE_PASS_END(MachineCSE, "machine-cse", in INITIALIZE_PASS_DEPENDENCY() 117 bool MachineCSE::PerformTrivialCoalescing(MachineInstr *MI, in INITIALIZE_PASS_DEPENDENCY() 156 MachineCSE::isPhysDefTriviallyDead(unsigned Reg, in isPhysDefTriviallyDead() 198 bool MachineCSE::hasLivePhysRegDefUses(const MachineInstr *MI, in hasLivePhysRegDefUses() 229 bool MachineCSE::PhysRegDefsReach(MachineInstr *CSMI, MachineInstr *MI, in PhysRegDefsReach() [all …]
|
D | CMakeLists.txt | 46 MachineCSE.cpp
|
D | Android.mk | 45 MachineCSE.cpp \
|
/external/llvm/test/CodeGen/X86/ |
D | rdrand.ll | 49 ; Check that MachineCSE doesn't eliminate duplicate rdrand instructions.
|