llvm::GenericCycleInfoCompute

Helper class for computing cycle information.

Synopsis

Declared in <llvm/ADT/GenericCycleImpl.h>

template<typename ContextT>
class GenericCycleInfoCompute;

Description

Compute helper that builds the cycle forest for a function.

Member Functions

NameDescription
GenericCycleInfoCompute [constructor]Construct a cycle-info computer bound to Info.
run Main function of the cycle info computations.