Home
last modified time | relevance | path

Searched refs:DispatchRTInput (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h906 struct DispatchRTInput { struct
914 DispatchRTInput() = default; argument
915 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) in DispatchRTInput() argument
941 const DispatchRTInput &DispatchValues);
1818 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp2695 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
12463 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
H A DCGStmtOpenMP.cpp2994 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()