mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* `Instruction.isTriviallyDead` and `Instruction.isTriviallyDeadIgnoringDebugUses` * `Instruction.hasSameDebugLocationAsPreviousOrNextInstruction` * `UseList.singleNonDebugUse` * `UseList.isEmptyIgnoringDebugUses` * `removeDeadBlocks` * `FunctionPassContext.removeTriviallyDeadInstructionsPreservingDebugInfo` and `FunctionPassContext.removeTriviallyDeadInstructionsIgnoringDebugUses` * `BasicBlock.dropAllReferences` * `SimplifyContext.tryReplaceRedundantInstructionPair`