Home
last modified time | relevance | path

Searched refs:GenericCycleInfoCompute (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h108 template <typename ContextT> class GenericCycleInfoCompute {
132 GenericCycleInfoCompute(const GenericCycleInfoCompute &) = delete;
133 GenericCycleInfoCompute &operator=(const GenericCycleInfoCompute &) = delete;
136 GenericCycleInfoCompute(CycleInfoT &Info) : Info(Info) {} in GenericCycleInfoCompute() function
207 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()
H A DGenericCycleInfo.h41 template <typename ContextT> class GenericCycleInfoCompute; variable
49 template <typename> friend class GenericCycleInfoCompute; variable
228 template <typename> friend class GenericCycleInfoCompute; variable