HomeSort by relevance Sort by last modified time
    Searched refs:MachineCSE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineCSE.cpp 1 //===-- MachineCSE.cpp - Machine Common Subexpression Elimination Pass ----===//
39 class MachineCSE : public MachineFunctionPass {
47 MachineCSE() : MachineFunctionPass(ID), LookAheadLimit(5), CurrVN(0) {
101 char MachineCSE::ID = 0;
102 INITIALIZE_PASS_BEGIN(MachineCSE, "machine-cse",
106 INITIALIZE_PASS_END(MachineCSE, "machine-cse",
109 FunctionPass *llvm::createMachineCSEPass() { return new MachineCSE(); }
111 bool MachineCSE::PerformTrivialCoalescing(MachineInstr *MI,
150 MachineCSE::isPhysDefTriviallyDead(unsigned Reg,
190 bool MachineCSE::hasLivePhysRegDefUses(const MachineInstr *MI
    [all...]
Android.mk 43 MachineCSE.cpp \

Completed in 43 milliseconds