Searched refs:CycleType (Results 1 – 1 of 1) sorted by relevance
2374 using CycleType = SmallVector<unsigned, 8>; in perfect() typedef2375 std::set<CycleType> Cycles; in perfect()2383 auto canonicalize = [LogLen](const CycleType &C) -> CycleType { in perfect()2391 CycleType NewC(C.begin() + LogPos, C.end()); in perfect()2396 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) { in perfect()2401 const CycleType &C = *Cs.begin(); in perfect()2425 CycleType C; in perfect()2466 for (const CycleType &C : Cycles) { in perfect()