Return true if PHI translation of this address may succeed.
Declared in <llvm/Analysis/PHITransAddr.h>
bool
isPotentiallyPHITranslatable() const;
If this needs PHI translation, return true if we have some hope of doing it. This should be used as a filter to avoid calling PHITranslateValue in hopeless situations.
True if PHI translation may succeed.