Searched refs:passPair (Results 1 – 1 of 1) sorted by relevance
193 for (auto passPair : llvm::zip(passes, otherPasses)) { in mergeStatisticsInto() local194 Pass &pass = std::get<0>(passPair), &otherPass = std::get<1>(passPair); in mergeStatisticsInto()