Lines Matching refs:isStackEmpty

181   bool isStackEmpty() const {  in isStackEmpty()  function in __anon45dbc4930111::DSAStackTy
385 return isStackEmpty() ? OMPD_unknown : Stack.back().first.back().Directive; in getCurrentDirective()
389 assert(!isStackEmpty() && "No directive at specified level."); in getDirective()
394 if (isStackEmpty() || Stack.back().first.size() == 1) in getParentDirective()
428 assert(!isStackEmpty()); in setDefaultDSANone()
434 assert(!isStackEmpty()); in setDefaultDSAShared()
440 assert(!isStackEmpty()); in setDefaultDMAToFromScalar()
446 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
450 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
454 return isStackEmpty() ? DMA_unspecified in getDefaultDMA()
461 return isStackEmpty() ? SourceLocation() in getDefaultDMALocation()
474 assert(!isStackEmpty()); in setOrderedRegion()
483 if (isStackEmpty()) in isOrderedRegion()
489 if (isStackEmpty() || in getOrderedRegionParam()
497 if (isStackEmpty() || Stack.back().first.size() == 1) in isParentOrderedRegion()
504 if (isStackEmpty() || Stack.back().first.size() == 1 || in getParentOrderedRegionParam()
511 assert(!isStackEmpty()); in setNowaitRegion()
517 if (isStackEmpty() || Stack.back().first.size() == 1) in isParentNowaitRegion()
523 if (!isStackEmpty() && Stack.back().first.size() > 1) { in setParentCancelRegion()
530 return isStackEmpty() ? false : Stack.back().first.back().CancelRegion; in isCancelRegion()
535 assert(!isStackEmpty()); in setAssociatedLoops()
540 return isStackEmpty() ? 0 : Stack.back().first.back().AssociatedLoops; in getAssociatedLoops()
546 if (!isStackEmpty() && Stack.back().first.size() > 1) { in setParentTeamsRegionLoc()
557 return isStackEmpty() ? SourceLocation() in getInnerTeamsRegionLoc()
562 return isStackEmpty() ? nullptr : Stack.back().first.back().CurScope; in getCurScope()
565 return isStackEmpty() ? SourceLocation() in getConstructLoc()
577 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
609 if (isStackEmpty()) in checkMappableExprComponentListsForDeclAtLevel()
633 assert(!isStackEmpty() && in addMappableExpressionComponents()
644 assert(!isStackEmpty()); in getNestingLevel()
649 assert(!isStackEmpty() && Stack.back().first.size() > 1); in addDoacrossDependClause()
656 assert(!isStackEmpty()); in getDoacrossDependClauses()
737 if (isStackEmpty() || Iter == Stack.back().first.rend()) { in getDSA()
842 assert(!isStackEmpty() && "Data sharing attributes stack is empty"); in addUniqueAligned()
856 assert(!isStackEmpty() && "Data-sharing attributes stack is empty"); in addLoopControlVariable()
865 assert(!isStackEmpty() && "Data-sharing attributes stack is empty"); in isLoopControlVariable()
876 assert(!isStackEmpty() && Stack.back().first.size() > 1 && in isParentLoopControlVariable()
887 assert(!isStackEmpty() && Stack.back().first.size() > 1 && in getParentLoopControlVariable()
907 assert(!isStackEmpty() && "Data-sharing attributes stack is empty"); in addDSA()
967 assert(!isStackEmpty() && "Data-sharing attributes stack is empty"); in addTaskgroupReductionData()
990 assert(!isStackEmpty() && "Data-sharing attributes stack is empty"); in addTaskgroupReductionData()
1014 assert(!isStackEmpty() && "Data-sharing attributes stack is empty."); in getTopMostTaskgroupReductionData()
1043 assert(!isStackEmpty() && "Data-sharing attributes stack is empty."); in getTopMostTaskgroupReductionData()
1070 if (!isStackEmpty()) { in isOpenMPLocal()
1168 VD->isLocalVarDeclOrParm() && !isStackEmpty() && in getTopDSA()
1208 if (isStackEmpty()) in getTopDSA()
1274 if (isStackEmpty()) { in getImplicitDSA()
1291 if (isStackEmpty()) in hasDSA()
1313 if (isStackEmpty()) in hasInnermostDSA()
1330 if (isStackEmpty()) in hasExplicitDSA()
1354 if (isStackEmpty()) in hasExplicitDirective()
1370 if (isStackEmpty()) in hasDirective()