|
clang
5.0.0
|
struct with the values to be passed to the dispatch runtime function More...
Public Member Functions | |
| DispatchRTInput ()=default | |
| DispatchRTInput (llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) | |
Public Attributes | |
| llvm::Value * | LB = nullptr |
| Loop lower bound. More... | |
| llvm::Value * | UB = nullptr |
| Loop upper bound. More... | |
| llvm::Value * | Chunk = nullptr |
| Chunk size specified using 'schedule' clause (nullptr if chunk was not specified) More... | |
struct with the values to be passed to the dispatch runtime function
Definition at line 767 of file CGOpenMPRuntime.h.
|
default |
|
inline |
Definition at line 776 of file CGOpenMPRuntime.h.
| llvm::Value* clang::CodeGen::DispatchRTInput::Chunk = nullptr |
Chunk size specified using 'schedule' clause (nullptr if chunk was not specified)
Definition at line 774 of file CGOpenMPRuntime.h.
Referenced by clang::CodeGen::emitForDispatchInit().
| llvm::Value* clang::CodeGen::DispatchRTInput::LB = nullptr |
Loop lower bound.
Definition at line 769 of file CGOpenMPRuntime.h.
Referenced by clang::CodeGen::emitForDispatchInit().
| llvm::Value* clang::CodeGen::DispatchRTInput::UB = nullptr |
Loop upper bound.
Definition at line 771 of file CGOpenMPRuntime.h.
Referenced by clang::CodeGen::emitForDispatchInit().
1.8.6