Searched refs:CanBeParallelFor (Results 1 – 2 of 2) sorted by relevance
6252 bool CanBeParallelFor = false; variable6276 void setCanBeParallelFor(bool ParFor) { CanBeParallelFor = ParFor; } in setCanBeParallelFor()6292 Stmt *AssociatedStmt, const HelperExprs &Exprs, bool CanBeParallelFor);6308 bool canBeParallelFor() const { return CanBeParallelFor; } in canBeParallelFor()
2472 const HelperExprs &Exprs, bool CanBeParallelFor) { in Create() argument2514 Dir->setCanBeParallelFor(CanBeParallelFor); in Create()