Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSafepointIRVerifier.cpp456 bool isValuePoisoned(const Value *V) const { return PoisonedDefs.count(V); } in isValuePoisoned() function in __anon2ece97b40311::GCPtrTracker
662 if (isValuePoisoned(InValue)) { in removeValidUnrelocatedDefs()
688 if (isValuePoisoned(V)) in removeValidUnrelocatedDefs()
833 if ((Tracker->isValuePoisoned(LHS) && baseTyRHS != ExclusivelyNull) || in verifyInstruction()
834 (Tracker->isValuePoisoned(RHS) && baseTyLHS != ExclusivelyNull)) in verifyInstruction()