Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h935 struct DispatchRTInput { struct
943 DispatchRTInput() = default; argument
944 DispatchRTInput(llvm::Value *LB, llvm::Value *UB, llvm::Value *Chunk) in DispatchRTInput() argument
970 const DispatchRTInput &DispatchValues);
1734 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp3384 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
9644 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit()
H A DCGStmtOpenMP.cpp1955 CGOpenMPRuntime::DispatchRTInput DipatchRTInputValues = {LBVal, UBVal, in EmitOMPForOuterLoop()