Verify ordering, domination, and def-use links over Blocks.
Declared in <llvm/Analysis/MemorySSA.h>
template<typename IterT>
void
verifyOrderingDominationAndDefUses(
IterT Blocks,
VerificationLevel VL = VerificationLevel::Fast) const;
| Name | Description |
|---|---|
| Blocks | Blocks to verify. |
| VL | How thoroughly to verify. |