Searched refs:DependC (Results 1 – 1 of 1) sorted by relevance
9310 auto *DependC = dyn_cast<OMPDependClause>(Pair.first); in checkOpenMPIterationSpace() local9313 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()