Searched refs:PotentiallyUnsafe (Results 1 – 2 of 2) sorted by relevance
89 bool PotentiallyUnsafe = false; variable137 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()140 void setPotentiallyUnsafe() { PotentiallyUnsafe = true; } in setPotentiallyUnsafe()
1067 bool PotentiallyUnsafe; member in __anon63bf7e8f0111::LoopVectorizeHints1081 PotentiallyUnsafe(false), TheLoop(L) { in LoopVectorizeHints()1186 return getForce() != LoopVectorizeHints::FK_Enabled && PotentiallyUnsafe; in isPotentiallyUnsafe()1189 void setPotentiallyUnsafe() { PotentiallyUnsafe = true; } in setPotentiallyUnsafe()