Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7e6af commit 4d1e4e0Copy full SHA for 4d1e4e0
1 file changed
python/ql/src/semmle/python/Flow.qll
@@ -956,6 +956,7 @@ class BasicBlock extends @py_flow_node {
956
957
/** Dominance frontier of a node x is the set of all nodes `other` such that `this` dominates a predecessor
958
* of `other` but does not strictly dominate `other` */
959
+ pragma[noinline]
960
predicate dominanceFrontier(BasicBlock other) {
961
this.dominates(other.getAPredecessor()) and not this.strictlyDominates(other)
962
}
0 commit comments