Searched refs:LCs (Results 1 – 3 of 3) sorted by relevance
1 ## Check that removing load commands updates the indexes of special LCs:
1791 SmallVector<OMPLinearClause *, 4> LCs; in ActOnOpenMPRegionEnd() local1827 LCs.push_back(cast<OMPLinearClause>(Clause)); in ActOnOpenMPRegionEnd()1845 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()1846 for (auto *C : LCs) { in ActOnOpenMPRegionEnd()
4358 SmallVector<const OMPLinearClause *, 4> LCs; in ActOnOpenMPRegionEnd() local4399 LCs.push_back(cast<OMPLinearClause>(Clause)); in ActOnOpenMPRegionEnd()4427 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()4428 for (const OMPLinearClause *C : LCs) { in ActOnOpenMPRegionEnd()