Return the unique exit block for the latch of L, or null.
Declared in <llvm/Support/GenericLoopInfo.h>
MachineBasicBlock*
getUniqueLatchExitBlock(MachineLoop const& L) const;
Returns null if there are multiple different exit blocks or the latch is not exiting.
The unique latch exit block, or null.
| Name | Description |
|---|---|
| L | Loop whose latch exit is queried. |