|
76 | 76 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/Operand.qll", |
77 | 77 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/Operand.qll", |
78 | 78 | "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/Operand.qll", |
79 | | - "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/Operand.qll" |
| 79 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/Operand.qll" |
| 80 | + ], |
| 81 | + "IR IRType": [ |
| 82 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/IRType.qll", |
| 83 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/IRType.qll" |
80 | 84 | ], |
81 | 85 | "IR Operand Tag": [ |
82 | 86 | "cpp/ql/src/semmle/code/cpp/ir/implementation/internal/OperandTag.qll", |
|
169 | 173 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/PrintIRImports.qll", |
170 | 174 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/PrintIRImports.qll" |
171 | 175 | ], |
| 176 | + "C++ SSA SSAConstructionImports": [ |
| 177 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstructionImports.qll", |
| 178 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstructionImports.qll" |
| 179 | + ], |
172 | 180 | "C++ SSA AliasAnalysis": [ |
173 | 181 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/AliasAnalysis.qll", |
174 | 182 | "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/AliasAnalysis.qll" |
175 | 183 | ], |
176 | | - "C++ SSA SSAConstruction": [ |
| 184 | + "C++ IR ValueNumberingImports": [ |
| 185 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/gvn/internal/ValueNumberingImports.qll", |
| 186 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/gvn/internal/ValueNumberingImports.qll", |
| 187 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/gvn/internal/ValueNumberingImports.qll" |
| 188 | + ], |
| 189 | + "IR SSA SimpleSSA": [ |
| 190 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SimpleSSA.qll", |
| 191 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/SimpleSSA.qll" |
| 192 | + ], |
| 193 | + "IR SSA SSAConstruction": [ |
177 | 194 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll", |
178 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstruction.qll" |
| 195 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstruction.qll", |
| 196 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll" |
179 | 197 | ], |
180 | | - "C++ SSA PrintSSA": [ |
| 198 | + "IR SSA PrintSSA": [ |
181 | 199 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/PrintSSA.qll", |
182 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/PrintSSA.qll" |
| 200 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/PrintSSA.qll", |
| 201 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/PrintSSA.qll" |
183 | 202 | ], |
184 | | - "C++ IR ValueNumber": [ |
| 203 | + "IR ValueNumber": [ |
185 | 204 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/gvn/ValueNumbering.qll", |
186 | 205 | "cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/gvn/ValueNumbering.qll", |
187 | | - "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/gvn/ValueNumbering.qll" |
| 206 | + "cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/gvn/ValueNumbering.qll", |
| 207 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/gvn/ValueNumbering.qll", |
| 208 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/gvn/ValueNumbering.qll" |
188 | 209 | ], |
189 | 210 | "C++ IR ConstantAnalysis": [ |
190 | 211 | "cpp/ql/src/semmle/code/cpp/ir/implementation/raw/constant/ConstantAnalysis.qll", |
|
235 | 256 | "C# IR PrintIRImports": [ |
236 | 257 | "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/PrintIRImports.qll", |
237 | 258 | "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/internal/PrintIRImports.qll" |
| 259 | + ], |
| 260 | + "C# IR ValueNumberingImports": [ |
| 261 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/raw/gvn/internal/ValueNumberingImports.qll", |
| 262 | + "csharp/ql/src/semmle/code/csharp/ir/implementation/unaliased_ssa/gvn/internal/ValueNumberingImports.qll" |
238 | 263 | ] |
239 | 264 | } |
0 commit comments