Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ID

55   static char ID;
56 PEI() : MachineFunctionPass(ID) {
99 char PEI::ID = 0;
100 char &llvm::PrologEpilogCodeInserterID = PEI::ID;