Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1126 struct DispatchRTInput { struct
1134 DispatchRTInput() = default; argument
1135 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) in DispatchRTInput() argument
1161 const DispatchRTInput &DispatchValues);
2087 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp2702 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
12851 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
H A DCGStmtOpenMP.cpp2936 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()