Searched refs:Poisoned (Results 1 – 4 of 4) sorted by relevance
463 bool Poisoned = false;470 assert(!Poisoned && "Tried to delete an already poisoned handle!");471 Poisoned = true;477 assert(!Poisoned && "Tried to RAUW an already poisoned handle!");478 Poisoned = true;490 assert(!Poisoned && "Accessed a poisoned value handle!");501 : CallbackVH(RHS), Poisoned(RHS.Poisoned) {}504 if (Poisoned)509 if (Poisoned)512 Poisoned = RHS.Poisoned;
1060 if (auto *Poisoned = dyn_cast<Instruction>(U.getUser())) in Visit() local1061 PoisonedInsts.insert(Poisoned); in Visit()
1099 bool Poisoned = readBit(Bits); in ReadData() local1115 if (Poisoned) in ReadData()
9883 // Poisoned memory from there may get copied into the comparator arguments,