GPUOcelot
|
#include <LLVMModuleManager.h>
Public Member Functions | |
Module (const KernelVector &kernels, FunctionId nextId) | |
FunctionId | getFunctionId (const std::string &kernelName) const |
FunctionId | lowId () const |
FunctionId | highId () const |
bool | empty () const |
void | shiftId (FunctionId nextId) |
executive::LLVMModuleManager::Module::Module | ( | const KernelVector & | kernels, |
FunctionId | nextId | ||
) |
bool executive::LLVMModuleManager::Module::empty | ( | ) | const |
LLVMModuleManager::FunctionId executive::LLVMModuleManager::Module::getFunctionId | ( | const std::string & | kernelName | ) | const |
LLVMModuleManager::FunctionId executive::LLVMModuleManager::Module::highId | ( | ) | const |
LLVMModuleManager::FunctionId executive::LLVMModuleManager::Module::lowId | ( | ) | const |
void executive::LLVMModuleManager::Module::shiftId | ( | FunctionId | nextId | ) |