SSA: Add some qldoc.

This commit is contained in:
Anders Schack-Mulligen
2025-02-27 13:30:08 +01:00
parent f5eb2d94bc
commit 6c89602691

View File

@@ -1610,6 +1610,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
SsaDefinitionExtNodeImpl() { this = TSsaDefinitionNode(def) }
/** Gets the corresponding `DefinitionExt`. */
DefinitionExt getDefExt() { result = def }
deprecated override DefinitionExt getDefinitionExt() { result = def }
@@ -1925,6 +1926,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
this = TRefPhiRead(_, result)
}
/** Holds if this reference is a synthesized phi read. */
predicate isPhiRead() { this = TRefPhiRead(_, _) }
/** Gets a textual representation of this SSA reference. */