|
OpenASIP 2.2
|
#include <InnerLoopFinder.hh>

Public Member Functions | |
| InnerLoopInfo () | |
| InnerLoopInfo (int tripCount) | |
| int | tripCount () const |
| bool | isTripCountKnown () const |
Private Attributes | |
| int | tripCount_ |
Definition at line 32 of file InnerLoopFinder.hh.
|
inline |
Definition at line 34 of file InnerLoopFinder.hh.
|
inline |
Definition at line 35 of file InnerLoopFinder.hh.
References tripCount(), and tripCount_.

|
inline |
Definition at line 37 of file InnerLoopFinder.hh.
References tripCount_.
Referenced by llvm::LLVMTCEIRBuilder::buildTCECFG().
|
inline |
Definition at line 36 of file InnerLoopFinder.hh.
References tripCount_.
Referenced by llvm::LLVMTCEIRBuilder::buildTCECFG(), and InnerLoopInfo().
|
private |
Definition at line 39 of file InnerLoopFinder.hh.
Referenced by InnerLoopInfo(), isTripCountKnown(), and tripCount().