Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h89 bool PotentiallyUnsafe = false; variable
137 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()
140 void setPotentiallyUnsafe() { PotentiallyUnsafe = true; } in setPotentiallyUnsafe()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1067 bool PotentiallyUnsafe; member in __anon63bf7e8f0111::LoopVectorizeHints
1081 PotentiallyUnsafe(false), TheLoop(L) { in LoopVectorizeHints()
1186 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()
1189 void setPotentiallyUnsafe() { PotentiallyUnsafe = true; } in setPotentiallyUnsafe()