| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b7f01fb commit c2f439a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -110,11 +110,13 @@ class ControlFlowNode extends CfgImpl::ControlFlowNode { | |||
| 110 | 110 | } | |
| 111 | 111 | ||
| 112 | 112 | /** Holds if this strictly dominates `other`. */ | |
| 113 | - pragma[inline] | ||
| 113 | + bindingset[this, other] | ||
| 114 | + pragma[inline_late] | ||
| 114 | 115 | predicate strictlyDominates(ControlFlowNode other) { super.strictlyDominates(other) } | |
| 115 | 116 | ||
| 116 | 117 | /** Holds if this dominates `other` (reflexively). */ | |
| 117 | - pragma[inline] | ||
| 118 | + bindingset[this, other] | ||
| 119 | + pragma[inline_late] | ||
| 118 | 120 | predicate dominates(ControlFlowNode other) { super.dominates(other) } | |
| 119 | 121 | ||
| 120 | 122 | /** Holds if this is the first node in its enclosing scope. */ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments