Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9310 auto *DependC = dyn_cast<OMPDependClause>(Pair.first); in checkOpenMPIterationSpace() local
9313 DependC ? DependC->getNumLoops() : DoacrossC->getNumLoops(); in checkOpenMPIterationSpace()
9318 if (DependC && DependC->getDependencyKind() == OMPC_DEPEND_sink && in checkOpenMPIterationSpace()
9321 DependC->setLoopData(CurrentNestedLoopCount, nullptr); in checkOpenMPIterationSpace()
9333 DependC ? DependC->getDependencyLoc() : DoacrossC->getDependenceLoc(); in checkOpenMPIterationSpace()
9334 if ((DependC && DependC->getDependencyKind() == OMPC_DEPEND_source) || in checkOpenMPIterationSpace()
9361 if (DependC) in checkOpenMPIterationSpace()
9362 DependC->setLoopData(CurrentNestedLoopCount, CntValue); in checkOpenMPIterationSpace()