Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ID

147   static char ID; // Pass identification, replacement for typeid
148 TwoAddressInstructionPass() : MachineFunctionPass(ID) {
168 char TwoAddressInstructionPass::ID = 0;
175 char &llvm::TwoAddressInstructionPassID = TwoAddressInstructionPass::ID;