Searched refs:invalidateValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPhiValues.h15 // modified PhiValues has to be notified by calling invalidateValue.
59 /// to notify it of this by calling invalidateValue on either the operand or
61 void invalidateValue(const Value *V);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp18 PV->invalidateValue(getValPtr());
24 PV->invalidateValue(getValPtr());
49 // including phis, as that makes invalidateValue easier.
138 void PhiValues::invalidateValue(const Value *V) { function in class:PhiValues
H A DMemoryDependenceAnalysis.cpp1535 PV.invalidateValue(Ptr);
1695 PV.invalidateValue(RemInst);

Completed in 138 milliseconds