Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp113 for (auto *PassInf : PassesToPrint) { in ShouldPrintBeforeOrAfterPass() local
114 if (PassInf) in ShouldPrintBeforeOrAfterPass()
115 if (PassInf->getPassArgument() == PassID) { in ShouldPrintBeforeOrAfterPass()
795 const PassInfo *PassInf = findAnalysisPassInfo(AID); in addImmutablePass() local
796 assert(PassInf && "Expected all immutable passes to be initialized"); in addImmutablePass()
797 for (const PassInfo *ImmPI : PassInf->getInterfacesImplemented()) in addImmutablePass()