Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp228 static Value *getPoisonFor(DenseMap<Value *, Value *> &ValToPoison, Value *V) { in getPoisonFor() function
288 CreateAssertNot(B, getPoisonFor(ValToPoison, const_cast<Value *>(Op))); in rewrite()
294 CreateAssertNot(B, getPoisonFor(ValToPoison, Op)); in rewrite()
300 Checks.push_back(getPoisonFor(ValToPoison, V)); in rewrite()
315 NewPHI->setIncomingValue(i, getPoisonFor(ValToPoison, OldVal)); in rewrite()