Searched refs:isLoopControlVariable (Results 1 – 1 of 1) sorted by relevance
491 const LCDeclInfo isLoopControlVariable(const ValueDecl *D) const;501 const LCDeclInfo isLoopControlVariable(const ValueDecl *D,1311 DSAStackTy::isLoopControlVariable(const ValueDecl *D) const { in isLoopControlVariable() function in DSAStackTy1322 DSAStackTy::isLoopControlVariable(const ValueDecl *D, unsigned Level) const { in isLoopControlVariable() function in DSAStackTy1371 (isLoopControlVariable(D).first && A == OMPC_private)); in addDSA()1636 !isLoopControlVariable(D).first) { in getTopDSA()2135 !DSAStack->isLoopControlVariable(D, Level).first); in isOpenMPCapturedByRef()2248 auto &&Info = DSAStack->isLoopControlVariable(D); in isOpenMPCapturedDecl()2329 !DSAStack->isLoopControlVariable(D, Level).first && !DVar.RefExpr) { in isOpenMPPrivateDecl()2343 DSAStack->isLoopControlVariable(D).first) && in isOpenMPPrivateDecl()[all …]