enum class MemoryDepChecker::VectorizationSafetyStatus

Description

Type to keep track of the status of the dependence check. The order of the elements is important and has to be from most permissive to least permissive.

Declared at: llvm/include/llvm/Analysis/LoopAccessAnalysis.h:102

Enumerators

NameValueComment
Safe0
PossiblySafeWithRtChecks1
Unsafe2