Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h90 bool PotentiallyUnsafe = false; variable
182 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()
185 void setPotentiallyUnsafe() { PotentiallyUnsafe = true; } in setPotentiallyUnsafe()