Home
last modified time | relevance | path

Searched refs:DispatchValues (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h929 const DispatchRTInput &DispatchValues);
1832 const DispatchRTInput &DispatchValues) override;
H A DCGOpenMPRuntime.cpp2505 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit() argument
2509 ScheduleKind.Schedule, DispatchValues.Chunk != nullptr, Ordered); in emitForDispatchInit()
2520 llvm::Value *Chunk = DispatchValues.Chunk ? DispatchValues.Chunk in emitForDispatchInit()
2527 DispatchValues.LB, // Lower in emitForDispatchInit()
2528 DispatchValues.UB, // Upper in emitForDispatchInit()
12099 bool Ordered, const DispatchRTInput &DispatchValues) { in emitForDispatchInit() argument