Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h912 struct DispatchRTInput { struct
920 DispatchRTInput() = default; argument
921 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) in DispatchRTInput() argument
947 const DispatchRTInput &DispatchValues);
1838 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp2527 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
12034 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
H A DCGStmtOpenMP.cpp3036 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()