Searched refs:GenericCycleInfoCompute (Results 1 – 2 of 2) sorted by relevance
123 template <typename ContextT> class GenericCycleInfoCompute {147 GenericCycleInfoCompute(const GenericCycleInfoCompute &) = delete;148 GenericCycleInfoCompute &operator=(const GenericCycleInfoCompute &) = delete;151 GenericCycleInfoCompute(CycleInfoT &Info) : Info(Info) {} in GenericCycleInfoCompute() function222 void GenericCycleInfoCompute<ContextT>::run(BlockT *EntryBlock) { in run()322 void GenericCycleInfoCompute<ContextT>::updateDepth(CycleT *SubTree) { in updateDepth()331 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs()389 GenericCycleInfoCompute<ContextT> Compute(*this); in compute()
41 template <typename ContextT> class GenericCycleInfoCompute; variable49 template <typename> friend class GenericCycleInfoCompute; variable232 template <typename> friend class GenericCycleInfoCompute; variable