Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp477 bool isValuePoisoned(const Value *V) const { return PoisonedDefs.count(V); } in isValuePoisoned() function in __anond3efd71a0411::GCPtrTracker
679 if (isValuePoisoned(InValue)) { in removeValidUnrelocatedDefs()
705 if (isValuePoisoned(V)) in removeValidUnrelocatedDefs()
850 if ((Tracker->isValuePoisoned(LHS) && baseTyRHS != ExclusivelyNull) || in verifyInstruction()
851 (Tracker->isValuePoisoned(RHS) && baseTyLHS != ExclusivelyNull)) in verifyInstruction()