Searched refs:PassInf (Results 1 – 2 of 2) sorted by relevance
812 const PassInfo *PassInf = PassList[i]; in optMain() local813 if (PassInf->getNormalCtor()) { in optMain()814 Pass *P = PassInf->getNormalCtor()(); in optMain()823 errs() << argv[0] << ": cannot create pass: " << PassInf->getPassName() in optMain()
813 const PassInfo *PassInf = findAnalysisPassInfo(AID); in addImmutablePass() local814 assert(PassInf && "Expected all immutable passes to be initialized"); in addImmutablePass()815 for (const PassInfo *ImmPI : PassInf->getInterfacesImplemented()) in addImmutablePass()