Searched refs:Poisoned (Results 1 – 4 of 4) sorted by relevance
464 bool Poisoned = false;471 assert(!Poisoned && "Tried to delete an already poisoned handle!");472 Poisoned = true;478 assert(!Poisoned && "Tried to RAUW an already poisoned handle!");479 Poisoned = true;491 assert(!Poisoned && "Accessed a poisoned value handle!");502 : CallbackVH(RHS), Poisoned(RHS.Poisoned) {}505 if (Poisoned)510 if (Poisoned)513 Poisoned = RHS.Poisoned;
1214 if (auto *Poisoned = dyn_cast<Instruction>(U.getUser())) in Visit() local1215 PoisonedInsts.insert(Poisoned); in Visit()
1129 bool Poisoned = readBit(Bits); in ReadData() local1145 if (Poisoned) in ReadData()
10044 // Poisoned memory from there may get copied into the comparator arguments,