Searched refs:CycleType (Results 1 – 1 of 1) sorted by relevance
2067 using CycleType = SmallVector<unsigned,8>; in perfect() typedef2068 std::set<CycleType> Cycles; in perfect()2076 auto canonicalize = [LogLen](const CycleType &C) -> CycleType { in perfect()2084 CycleType NewC(C.begin()+LogPos, C.end()); in perfect()2089 auto pfs = [](const std::set<CycleType> &Cs, unsigned Len) { in perfect()2094 const CycleType &C = *Cs.begin(); in perfect()2118 CycleType C; in perfect()2159 for (const CycleType &C : Cycles) { in perfect()