Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h894 struct DispatchRTInput { struct
902 DispatchRTInput() = default; argument
903 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) in DispatchRTInput() argument
929 const DispatchRTInput &DispatchValues);
1832 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp2505 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
12099 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
H A DCGStmtOpenMP.cpp3179 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()