Searched refs:GenericCycleInfoCompute (Results 1 – 10 of 10) sorted by relevance
108 template <typename ContextT> class GenericCycleInfoCompute {132 GenericCycleInfoCompute(const GenericCycleInfoCompute &) = delete;133 GenericCycleInfoCompute &operator=(const GenericCycleInfoCompute &) = delete;136 GenericCycleInfoCompute(CycleInfoT &Info) : Info(Info) {} in GenericCycleInfoCompute() function190 void GenericCycleInfoCompute<ContextT>::run(BlockT *EntryBlock) { in run()290 void GenericCycleInfoCompute<ContextT>::updateDepth(CycleT *SubTree) { in updateDepth()299 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs()357 GenericCycleInfoCompute<ContextT> Compute(*this); in compute()
45 template <typename ContextT> class GenericCycleInfoCompute; variable53 template <typename> friend class GenericCycleInfoCompute; variable232 template <typename> friend class GenericCycleInfoCompute; variable
108 template <typename ContextT> class GenericCycleInfoCompute {132 GenericCycleInfoCompute(const GenericCycleInfoCompute &) = delete;133 GenericCycleInfoCompute &operator=(const GenericCycleInfoCompute &) = delete;136 GenericCycleInfoCompute(CycleInfoT &Info) : Info(Info) {} in GenericCycleInfoCompute() function207 void GenericCycleInfoCompute<ContextT>::run(BlockT *EntryBlock) { in run()307 void GenericCycleInfoCompute<ContextT>::updateDepth(CycleT *SubTree) { in updateDepth()316 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs()374 GenericCycleInfoCompute<ContextT> Compute(*this); in compute()
41 template <typename ContextT> class GenericCycleInfoCompute; variable49 template <typename> friend class GenericCycleInfoCompute; variable228 template <typename> friend class GenericCycleInfoCompute; variable