Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1100 struct DispatchRTInput { struct
1108 DispatchRTInput() = default; argument
1109 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) in DispatchRTInput() function
1135 const DispatchRTInput &DispatchValues);
2063 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp2730 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
12674 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
H A DCGStmtOpenMP.cpp2775 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()