Home
last modified time | relevance | path

Searched refs:RedType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h516 ReductionType RedType = RT_NONE; variable
755 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()