LLVM 17.0.0git
Public Member Functions | List of all members
UnrollCostEstimator Class Reference

Public Member Functions

 UnrollCostEstimator (Loop &L, unsigned LoopSize)
 
uint64_t getUnrolledLoopSize (const TargetTransformInfo::UnrollingPreferences &UP, const unsigned CountOverwrite=0) const
 

Detailed Description

Definition at line 753 of file LoopUnrollPass.cpp.

Constructor & Destructor Documentation

◆ UnrollCostEstimator()

UnrollCostEstimator::UnrollCostEstimator ( Loop L,
unsigned  LoopSize 
)
inline

Definition at line 757 of file LoopUnrollPass.cpp.

Member Function Documentation

◆ getUnrolledLoopSize()

uint64_t UnrollCostEstimator::getUnrolledLoopSize ( const TargetTransformInfo::UnrollingPreferences UP,
const unsigned  CountOverwrite = 0 
) const
inline

The documentation for this class was generated from the following file: