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.h463 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;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1060 if (auto *Poisoned = dyn_cast<Instruction>(U.getUser())) in Visit() local
1061 PoisonedInsts.insert(Poisoned); in Visit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1099 bool Poisoned = readBit(Bits); in ReadData() local
1115 if (Poisoned) in ReadData()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9883 // Poisoned memory from there may get copied into the comparator arguments,