Searched refs:isGenericPM (Results 1 – 1 of 1) sorted by relevance
576 auto isGenericPM = [&](OpPassManager &pm) { return !pm.getOpName(); }; in tryMergeInto() local599 auto *lhsGenericPMIt = llvm::find_if(mgrs, isGenericPM); in tryMergeInto()604 auto *rhsGenericPMIt = llvm::find_if(rhs.mgrs, isGenericPM); in tryMergeInto()