Home
last modified time | relevance | path

Searched refs:PassInf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp812 const PassInfo *PassInf = PassList[i]; in optMain() local
813 if (PassInf->getNormalCtor()) { in optMain()
814 Pass *P = PassInf->getNormalCtor()(); in optMain()
823 errs() << argv[0] << ": cannot create pass: " << PassInf->getPassName() in optMain()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp813 const PassInfo *PassInf = findAnalysisPassInfo(AID); in addImmutablePass() local
814 assert(PassInf && "Expected all immutable passes to be initialized"); in addImmutablePass()
815 for (const PassInfo *ImmPI : PassInf->getInterfacesImplemented()) in addImmutablePass()