Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1125 struct DispatchRTInput { struct
1133 DispatchRTInput() = default; argument
1134 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) in DispatchRTInput() function
1160 const DispatchRTInput &DispatchValues);
2083 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp2735 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
12835 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
H A DCGStmtOpenMP.cpp2802 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()