Home | History | Annotate | Download | only in IR

Lines Matching refs:PassInf

88     const llvm::PassInfo *PassInf = PassesToPrint[i];
89 if (PassInf)
90 if (PassInf->getPassArgument() == PI->getPassArgument()) {
714 const PassInfo *PassInf =
716 assert(PassInf && "Expected all immutable passes to be initialized");
718 PassInf->getInterfacesImplemented();