Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ID

117     static char ID; // Pass identification
118 PeepholeOptimizer() : MachineFunctionPass(ID) {
298 char PeepholeOptimizer::ID = 0;
299 char &llvm::PeepholeOptimizerID = PeepholeOptimizer::ID;