InvalidatePHILiveOutRegInfo - Invalidates a PHI's LiveOutInfo, to be called when a block is visited before all of its predecessors.
Declared in <llvm/CodeGen/FunctionLoweringInfo.h>
void
InvalidatePHILiveOutRegInfo(PHINode const* PN);
| Name | Description |
|---|---|
| PN | PHI whose live-out info should be marked invalid. |