Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dprivate.h45 uint64_t Tripcount, int IsTeamConstruct,
H A Domptarget.cpp1490 int32_t ThreadLimit, uint64_t Tripcount, int IsTeamConstruct, in target() argument
1548 IsTeamConstruct ? "runTargetTeamRegion" : "runTargetRegion", Loc); in target()
1549 if (IsTeamConstruct) in target()