invalidateLiveness ‐ Indicates that register liveness is no longer being tracked accurately.
Synopsis
Declared in <llvm/CodeGen/MachineRegisterInfo.h>
void
invalidateLiveness();
Description
This should be called by late passes that invalidate the liveness information.
Created with MrDocs