Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueHandle.h464 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;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1214 if (auto *Poisoned = dyn_cast<Instruction>(U.getUser())) in Visit() local
1215 PoisonedInsts.insert(Poisoned); in Visit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1129 bool Poisoned = readBit(Bits); in ReadData() local
1145 if (Poisoned) in ReadData()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc10044 // Poisoned memory from there may get copied into the comparator arguments,