Searched refs:hasOrderedDirective (Results 1 – 1 of 1) sorted by relevance
2515 static bool hasOrderedDirective(const Stmt *S) { in hasOrderedDirective() function2520 return hasOrderedDirective(CS->getCapturedStmt()); in hasOrderedDirective()2523 if (Child && hasOrderedDirective(Child)) in hasOrderedDirective()2534 bool HasOrderedDirective = hasOrderedDirective(&AssociatedStmt); in applyConservativeSimdOrderedDirective()