Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ID

151     static char ID; // Pass identification, replacement for typeid
153 : FunctionPass(ID), TM(TM), TLI(nullptr), TTI(nullptr) {
193 char CodeGenPrepare::ID = 0;