Searched refs:CycleType (Results 1 – 1 of 1) sorted by relevance
1751 using CycleType = SmallVector<unsigned,8>; in perfect() typedef1752 std::set<CycleType> Cycles; in perfect()1760 auto canonicalize = [LogLen](const CycleType &C) -> CycleType { in perfect()1768 CycleType NewC(C.begin()+LogPos, C.end()); in perfect()1773 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) { in perfect()1778 const CycleType &C = *Cs.begin(); in perfect()1802 CycleType C; in perfect()1828 for (const CycleType &C : Cycles) { in perfect()