|
Enzyme main
|
#include "CacheUtility.h"

Public Member Functions | |
| LimitContext (bool ReverseLimit, llvm::BasicBlock *Block, bool ForceSingleIteration=false) | |
Public Attributes | |
| bool | ReverseLimit |
| llvm::BasicBlock * | Block |
| bool | ForceSingleIteration |
Definition at line 235 of file CacheUtility.h.
|
inline |
Definition at line 244 of file CacheUtility.h.
| llvm::BasicBlock* CacheUtility::LimitContext::Block |
Definition at line 240 of file CacheUtility.h.
Referenced by CacheUtility::createCacheForScope(), CacheUtility::getCachePointer(), CacheUtility::getSubLimits(), and CacheUtility::storeInstructionInCache().
| bool CacheUtility::LimitContext::ForceSingleIteration |
Definition at line 242 of file CacheUtility.h.
Referenced by CacheUtility::getSubLimits().
| bool CacheUtility::LimitContext::ReverseLimit |
Definition at line 237 of file CacheUtility.h.
Referenced by CacheUtility::getSubLimits().