We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5eb2d9 commit 6c89602Copy full SHA for 6c89602
shared/ssa/codeql/ssa/Ssa.qll
@@ -1610,6 +1610,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
1610
1611
SsaDefinitionExtNodeImpl() { this = TSsaDefinitionNode(def) }
1612
1613
+ /** Gets the corresponding `DefinitionExt`. */
1614
DefinitionExt getDefExt() { result = def }
1615
1616
deprecated override DefinitionExt getDefinitionExt() { result = def }
@@ -1925,6 +1926,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
1925
1926
this = TRefPhiRead(_, result)
1927
}
1928
1929
+ /** Holds if this reference is a synthesized phi read. */
1930
predicate isPhiRead() { this = TRefPhiRead(_, _) }
1931
1932
/** Gets a textual representation of this SSA reference. */
0 commit comments