Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopInfo.h458 RT_NONE, ///< Indicate no reduction at all enumerator
507 ReductionType RedType = RT_NONE;
753 bool isReductionLike() const { return RedType != RT_NONE; } in isReductionLike()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2669 return MemoryAccess::RT_NONE; in getReductionType()
2673 return MemoryAccess::RT_NONE; in getReductionType()
2685 return MemoryAccess::RT_NONE; in getReductionType()
2689 return MemoryAccess::RT_NONE; in getReductionType()
2692 return MemoryAccess::RT_NONE; in getReductionType()
DScopInfo.cpp554 case MemoryAccess::RT_NONE: in getReductionOperatorStr()
940 if (RT == MemoryAccess::RT_NONE) in operator <<()