Home | History | Annotate | Download | only in IPO

Lines Matching defs:ID

133     // DAH uses this to specify a different ID.
134 explicit DAE(char &ID) : ModulePass(ID) {}
137 static char ID; // Pass identification, replacement for typeid
138 DAE() : ModulePass(ID) {
165 char DAE::ID = 0;
173 static char ID;
174 DAH() : DAE(ID) {}
180 char DAH::ID = 0;