LLVM 19.0.0git
Classes | Public Member Functions | Friends | List of all members
llvm::UnrolledInstAnalyzer Class Reference

#include "llvm/Analysis/LoopUnrollAnalyzer.h"

Inheritance diagram for llvm::UnrolledInstAnalyzer:
Inheritance graph
[legend]

Public Member Functions

 UnrolledInstAnalyzer (unsigned Iteration, DenseMap< Value *, Value * > &SimplifiedValues, ScalarEvolution &SE, const Loop *L)
 

Friends

class InstVisitor< UnrolledInstAnalyzer, bool >
 

Detailed Description

Definition at line 42 of file LoopUnrollAnalyzer.h.

Constructor & Destructor Documentation

◆ UnrolledInstAnalyzer()

llvm::UnrolledInstAnalyzer::UnrolledInstAnalyzer ( unsigned  Iteration,
DenseMap< Value *, Value * > &  SimplifiedValues,
ScalarEvolution SE,
const Loop L 
)
inline

Definition at line 51 of file LoopUnrollAnalyzer.h.

References llvm::ScalarEvolution::getConstant().

Friends And Related Function Documentation

◆ InstVisitor< UnrolledInstAnalyzer, bool >

friend class InstVisitor< UnrolledInstAnalyzer, bool >
friend

Definition at line 43 of file LoopUnrollAnalyzer.h.


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