Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ID

70     static char ID;
71 explicit BranchFolderPass(): MachineFunctionPass(ID) {}
84 char BranchFolderPass::ID = 0;
85 char &llvm::BranchFolderPassID = BranchFolderPass::ID;