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

  /external/llvm/include/llvm/CodeGen/
Passes.h 305 extern char &DeadMachineInstructionElimID;
  /external/llvm/lib/CodeGen/
Passes.cpp 149 if (StandardID == &DeadMachineInstructionElimID)
436 addPass(DeadMachineInstructionElimID);
DeadMachineInstructionElim.cpp 49 char &llvm::DeadMachineInstructionElimID = DeadMachineInstructionElim::ID;

Completed in 176 milliseconds