Searched refs:RedType (Results 1 – 1 of 1) sorted by relevance
516 ReductionType RedType = RT_NONE; variable755 bool isReductionLike() const { return RedType != RT_NONE; } in isReductionLike()1032 ReductionType getReductionType() const { return RedType; } in getReductionType()1051 void markAsReductionLike(ReductionType RT) { RedType = RT; } in markAsReductionLike()