Searched refs:CanBeParallelFor (Results 1 – 2 of 2) sorted by relevance
6316 bool CanBeParallelFor = false; variable6340 void setCanBeParallelFor(bool ParFor) { CanBeParallelFor = ParFor; } in setCanBeParallelFor()6356 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool CanBeParallelFor);6372 bool canBeParallelFor() const { return CanBeParallelFor; } in canBeParallelFor()
2510 const HelperExprs &Exprs, bool CanBeParallelFor) { in Create() argument2552 Dir->setCanBeParallelFor(CanBeParallelFor); in Create()