Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h1051 void markAsReductionLike(ReductionType RT) { RedType = RT; } in markAsReductionLike() function
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2563 CandidatePair.first->markAsReductionLike(RT); in checkForReductions()
2564 CandidatePair.second->markAsReductionLike(RT); in checkForReductions()