Home | History | Annotate | Download | only in Utils

Lines Matching defs:ID

747     static char ID; // Pass identification, replacement for typeid
748 LoopSimplify() : FunctionPass(ID) {
783 char LoopSimplify::ID = 0;
793 char &llvm::LoopSimplifyID = LoopSimplify::ID;