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 f351558 commit 5ed0222Copy full SHA for 5ed0222
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/gvn/ValueNumbering.qll
@@ -51,6 +51,7 @@ class ValueNumber extends TValueNumber {
51
/**
52
* Gets an `Operand` whose definition is exact and has this value number.
53
*/
54
+ pragma[nomagic]
55
final Operand getAUse() { this = valueNumber(result.getDef()) }
56
57
final string getKind() {
cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/gvn/ValueNumbering.qll
0 commit comments