llvm::PHITransAddr::isPotentiallyPHITranslatable

Return true if PHI translation of this address may succeed.

Synopsis

Declared in <llvm/Analysis/PHITransAddr.h>

bool
isPotentiallyPHITranslatable() const;

Description

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.

Return Value

True if PHI translation may succeed.