|
LLVM 24.0.0git
|
Helper class for computing cycle information. More...
#include "llvm/ADT/GenericCycleImpl.h"
Public Member Functions | |
| GenericCycleInfoCompute (CycleInfoT &Info) | |
| void | run (FunctionT *F) |
| Main function of the cycle info computations. | |
Helper class for computing cycle information.
Definition at line 204 of file GenericCycleImpl.h.
|
inline |
Definition at line 297 of file GenericCycleImpl.h.
| void llvm::GenericCycleInfoCompute< ContextT >::run | ( | FunctionT * | F | ) |
Main function of the cycle info computations.
Definition at line 411 of file GenericCycleImpl.h.
References B(), llvm::dbgs(), E(), llvm::enumerate(), F, H, I, info, LLVM_DEBUG, N, llvm::SmallVectorTemplateBase< T, bool >::push_back(), llvm::SmallVectorImpl< T >::reserve(), llvm::SmallVectorTemplateCommon< T, typename >::size(), and llvm::sort().
Referenced by llvm::GenericCycleInfo< ContextT >::compute().