svf-tools 1.0.533 → 1.0.536

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. package/SVF-doxygen/html/html/AndersenStat_8cpp_source.html +1 -1
  2. package/SVF-doxygen/html/html/AndersenWaveDiff_8cpp_source.html +1 -3
  3. package/SVF-doxygen/html/html/Andersen_8cpp_source.html +2 -2
  4. package/SVF-doxygen/html/html/Andersen_8h_source.html +5 -6
  5. package/SVF-doxygen/html/html/CallGraphBuilder_8cpp_source.html +2 -2
  6. package/SVF-doxygen/html/html/DCHG_8cpp_source.html +10 -10
  7. package/SVF-doxygen/html/html/DCHG_8h_source.html +5 -5
  8. package/SVF-doxygen/html/html/DDAPass_8cpp_source.html +1 -1
  9. package/SVF-doxygen/html/html/DataFlowUtil_8h_source.html +2 -2
  10. package/SVF-doxygen/html/html/ExtAPI_8cpp_source.html +43 -36
  11. package/SVF-doxygen/html/html/ExtAPI_8h.html +2 -0
  12. package/SVF-doxygen/html/html/ExtAPI_8h_source.html +80 -69
  13. package/SVF-doxygen/html/html/FlowSensitive_8h_source.html +1 -1
  14. package/SVF-doxygen/html/html/ICFGBuilder_8cpp_source.html +1 -1
  15. package/SVF-doxygen/html/html/LLVMUtil_8cpp_source.html +1 -1
  16. package/SVF-doxygen/html/html/LockAnalysis_8cpp_source.html +1 -1
  17. package/SVF-doxygen/html/html/MHP_8cpp.html +1 -1
  18. package/SVF-doxygen/html/html/MHP_8cpp_source.html +4 -4
  19. package/SVF-doxygen/html/html/MHP_8h_source.html +1 -1
  20. package/SVF-doxygen/html/html/MTAAnnotator_8cpp_source.html +1 -1
  21. package/SVF-doxygen/html/html/MTAStat_8cpp_source.html +1 -1
  22. package/SVF-doxygen/html/html/MTA_8cpp_source.html +2 -2
  23. package/SVF-doxygen/html/html/MTA_8h_source.html +2 -2
  24. package/SVF-doxygen/html/html/PCG_8cpp_source.html +1 -1
  25. package/SVF-doxygen/html/html/SVF-FE_2BasicTypes_8h.html +80 -0
  26. package/SVF-doxygen/html/html/SVF-FE_2BasicTypes_8h_source.html +62 -22
  27. package/SVF-doxygen/html/html/SVFIRBuilder_8cpp_source.html +4 -10
  28. package/SVF-doxygen/html/html/SVFIRBuilder_8h.html +0 -1
  29. package/SVF-doxygen/html/html/SVFIRBuilder_8h_source.html +60 -62
  30. package/SVF-doxygen/html/html/SVFIR_8h_source.html +1 -1
  31. package/SVF-doxygen/html/html/SVFUtil_8cpp_source.html +3 -1
  32. package/SVF-doxygen/html/html/SVFUtil_8h_source.html +7 -7
  33. package/SVF-doxygen/html/html/SrcSnkDDA_8cpp_source.html +1 -1
  34. package/SVF-doxygen/html/html/SymbolTableBuilder_8cpp_source.html +1 -1
  35. package/SVF-doxygen/html/html/TCT_8cpp_source.html +1 -1
  36. package/SVF-doxygen/html/html/TCT_8h_source.html +1 -1
  37. package/SVF-doxygen/html/html/VersionedFlowSensitive_8cpp_source.html +3 -3
  38. package/SVF-doxygen/html/html/WPAFSSolver_8h_source.html +6 -6
  39. package/SVF-doxygen/html/html/WPAPass_8cpp_source.html +1 -1
  40. package/SVF-doxygen/html/html/WPASolver_8h_source.html +17 -18
  41. package/SVF-doxygen/html/html/annotated.html +2 -1
  42. package/SVF-doxygen/html/html/cfl_8cpp.html +1 -1
  43. package/SVF-doxygen/html/html/cfl_8cpp_source.html +1 -1
  44. package/SVF-doxygen/html/html/classSVF_1_1Andersen.html +12 -13
  45. package/SVF-doxygen/html/html/classSVF_1_1AndersenBase-members.html +175 -176
  46. package/SVF-doxygen/html/html/classSVF_1_1AndersenBase.html +5 -7
  47. package/SVF-doxygen/html/html/classSVF_1_1AndersenSCD.html +11 -10
  48. package/SVF-doxygen/html/html/classSVF_1_1AndersenSFR.html +5 -4
  49. package/SVF-doxygen/html/html/classSVF_1_1AndersenStat.html +1 -1
  50. package/SVF-doxygen/html/html/classSVF_1_1AndersenWaveDiff-members.html +9 -9
  51. package/SVF-doxygen/html/html/classSVF_1_1AndersenWaveDiff.html +160 -208
  52. package/SVF-doxygen/html/html/classSVF_1_1CallGraphBuilder.html +1 -1
  53. package/SVF-doxygen/html/html/classSVF_1_1DCHGraph.html +43 -43
  54. package/SVF-doxygen/html/html/classSVF_1_1DDAPass.html +1 -1
  55. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI-members.html +19 -17
  56. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI.html +230 -141
  57. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI_1_1Operation-members.html +88 -0
  58. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI_1_1Operation.html +344 -0
  59. package/SVF-doxygen/html/html/classSVF_1_1FSMPTA-members.html +240 -241
  60. package/SVF-doxygen/html/html/classSVF_1_1FSMPTA.html +1 -3
  61. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitive-members.html +230 -231
  62. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitive.html +5 -7
  63. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitiveStat.html +1 -1
  64. package/SVF-doxygen/html/html/classSVF_1_1ForkJoinAnalysis.html +2 -2
  65. package/SVF-doxygen/html/html/classSVF_1_1ICFGBuilder.html +1 -1
  66. package/SVF-doxygen/html/html/classSVF_1_1LockAnalysis.html +1 -1
  67. package/SVF-doxygen/html/html/classSVF_1_1MHP.html +1 -1
  68. package/SVF-doxygen/html/html/classSVF_1_1MTA.html +3 -3
  69. package/SVF-doxygen/html/html/classSVF_1_1MTAAnnotator.html +1 -1
  70. package/SVF-doxygen/html/html/classSVF_1_1MTAStat.html +1 -1
  71. package/SVF-doxygen/html/html/classSVF_1_1PCG.html +1 -1
  72. package/SVF-doxygen/html/html/classSVF_1_1SVFIRBuilder-members.html +63 -64
  73. package/SVF-doxygen/html/html/classSVF_1_1SVFIRBuilder.html +306 -348
  74. package/SVF-doxygen/html/html/classSVF_1_1SrcSnkDDA.html +1 -1
  75. package/SVF-doxygen/html/html/classSVF_1_1Steensgaard-members.html +187 -188
  76. package/SVF-doxygen/html/html/classSVF_1_1Steensgaard.html +5 -7
  77. package/SVF-doxygen/html/html/classSVF_1_1SymbolTableBuilder.html +1 -1
  78. package/SVF-doxygen/html/html/classSVF_1_1ThreadCallGraphBuilder.html +1 -1
  79. package/SVF-doxygen/html/html/classSVF_1_1TypeAnalysis-members.html +179 -180
  80. package/SVF-doxygen/html/html/classSVF_1_1TypeAnalysis.html +1 -3
  81. package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitive-members.html +281 -282
  82. package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitive.html +6 -8
  83. package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitiveStat.html +1 -1
  84. package/SVF-doxygen/html/html/classSVF_1_1WPAFSSolver-members.html +31 -32
  85. package/SVF-doxygen/html/html/classSVF_1_1WPAFSSolver.html +1 -3
  86. package/SVF-doxygen/html/html/classSVF_1_1WPAMinimumSolver-members.html +42 -43
  87. package/SVF-doxygen/html/html/classSVF_1_1WPAMinimumSolver.html +6 -8
  88. package/SVF-doxygen/html/html/classSVF_1_1WPAPass.html +1 -1
  89. package/SVF-doxygen/html/html/classSVF_1_1WPASCCSolver-members.html +38 -39
  90. package/SVF-doxygen/html/html/classSVF_1_1WPASCCSolver.html +8 -10
  91. package/SVF-doxygen/html/html/classSVF_1_1WPASolver-members.html +29 -30
  92. package/SVF-doxygen/html/html/classSVF_1_1WPASolver.html +51 -86
  93. package/SVF-doxygen/html/html/classes.html +90 -90
  94. package/SVF-doxygen/html/html/functions_a.html +8 -5
  95. package/SVF-doxygen/html/html/functions_c.html +19 -20
  96. package/SVF-doxygen/html/html/functions_e.html +4 -7
  97. package/SVF-doxygen/html/html/functions_eval_e.html +2 -5
  98. package/SVF-doxygen/html/html/functions_func_c.html +12 -13
  99. package/SVF-doxygen/html/html/functions_func_g.html +23 -11
  100. package/SVF-doxygen/html/html/functions_func_m.html +0 -1
  101. package/SVF-doxygen/html/html/functions_func_o.html +7 -4
  102. package/SVF-doxygen/html/html/functions_func_p.html +1 -1
  103. package/SVF-doxygen/html/html/functions_func_s.html +11 -5
  104. package/SVF-doxygen/html/html/functions_g.html +21 -9
  105. package/SVF-doxygen/html/html/functions_i.html +3 -3
  106. package/SVF-doxygen/html/html/functions_l.html +3 -3
  107. package/SVF-doxygen/html/html/functions_m.html +0 -1
  108. package/SVF-doxygen/html/html/functions_n.html +4 -4
  109. package/SVF-doxygen/html/html/functions_o.html +21 -19
  110. package/SVF-doxygen/html/html/functions_p.html +7 -9
  111. package/SVF-doxygen/html/html/functions_r.html +4 -2
  112. package/SVF-doxygen/html/html/functions_s.html +22 -18
  113. package/SVF-doxygen/html/html/functions_v.html +3 -3
  114. package/SVF-doxygen/html/html/functions_vars_a.html +3 -0
  115. package/SVF-doxygen/html/html/functions_vars_o.html +3 -0
  116. package/SVF-doxygen/html/html/functions_w.html +11 -11
  117. package/SVF-doxygen/html/html/hierarchy.html +99 -98
  118. package/SVF-doxygen/html/html/namespaceSVF.html +741 -21
  119. package/SVF-doxygen/html/html/namespaceSVF_1_1LLVMUtil.html +3 -3
  120. package/SVF-doxygen/html/html/namespaceSVF_1_1SVFUtil.html +3 -1
  121. package/SVF-doxygen/html/html/namespacemembers.html +33 -0
  122. package/SVF-doxygen/html/html/namespacemembers_b.html +5 -2
  123. package/SVF-doxygen/html/html/namespacemembers_c.html +6 -0
  124. package/SVF-doxygen/html/html/namespacemembers_d.html +19 -1
  125. package/SVF-doxygen/html/html/namespacemembers_g.html +15 -3
  126. package/SVF-doxygen/html/html/namespacemembers_i.html +16 -4
  127. package/SVF-doxygen/html/html/namespacemembers_m.html +21 -0
  128. package/SVF-doxygen/html/html/namespacemembers_n.html +3 -0
  129. package/SVF-doxygen/html/html/namespacemembers_p.html +3 -0
  130. package/SVF-doxygen/html/html/namespacemembers_s.html +3 -0
  131. package/SVF-doxygen/html/html/namespacemembers_type.html +33 -0
  132. package/SVF-doxygen/html/html/namespacemembers_type_b.html +3 -0
  133. package/SVF-doxygen/html/html/namespacemembers_type_c.html +6 -0
  134. package/SVF-doxygen/html/html/namespacemembers_type_d.html +18 -0
  135. package/SVF-doxygen/html/html/namespacemembers_type_g.html +12 -0
  136. package/SVF-doxygen/html/html/namespacemembers_type_i.html +12 -0
  137. package/SVF-doxygen/html/html/namespacemembers_type_m.html +21 -0
  138. package/SVF-doxygen/html/html/namespacemembers_type_n.html +3 -0
  139. package/SVF-doxygen/html/html/namespacemembers_type_p.html +3 -0
  140. package/SVF-doxygen/html/html/namespacemembers_type_s.html +3 -0
  141. package/SVF-doxygen/html/html/namespacemembers_type_v.html +3 -0
  142. package/SVF-doxygen/html/html/namespacemembers_type_w.html +3 -0
  143. package/SVF-doxygen/html/html/namespacemembers_v.html +3 -0
  144. package/SVF-doxygen/html/html/namespacemembers_w.html +3 -0
  145. package/SVF-doxygen/html/html/search/all_1.js +12 -0
  146. package/SVF-doxygen/html/html/search/all_10.js +8 -7
  147. package/SVF-doxygen/html/html/search/all_11.js +2 -2
  148. package/SVF-doxygen/html/html/search/all_12.js +12 -9
  149. package/SVF-doxygen/html/html/search/all_13.js +3 -3
  150. package/SVF-doxygen/html/html/search/all_14.js +1 -1
  151. package/SVF-doxygen/html/html/search/all_15.js +4 -3
  152. package/SVF-doxygen/html/html/search/all_16.js +2 -1
  153. package/SVF-doxygen/html/html/search/all_2.js +1 -0
  154. package/SVF-doxygen/html/html/search/all_3.js +4 -2
  155. package/SVF-doxygen/html/html/search/all_4.js +6 -0
  156. package/SVF-doxygen/html/html/search/all_5.js +1 -2
  157. package/SVF-doxygen/html/html/search/all_7.js +9 -1
  158. package/SVF-doxygen/html/html/search/all_9.js +5 -1
  159. package/SVF-doxygen/html/html/search/all_c.js +2 -2
  160. package/SVF-doxygen/html/html/search/all_d.js +8 -1
  161. package/SVF-doxygen/html/html/search/all_e.js +2 -1
  162. package/SVF-doxygen/html/html/search/all_f.js +3 -2
  163. package/SVF-doxygen/html/html/search/classes_c.js +1 -0
  164. package/SVF-doxygen/html/html/search/enumvalues_4.js +1 -2
  165. package/SVF-doxygen/html/html/search/functions_11.js +2 -0
  166. package/SVF-doxygen/html/html/search/functions_2.js +1 -1
  167. package/SVF-doxygen/html/html/search/functions_6.js +5 -1
  168. package/SVF-doxygen/html/html/search/functions_c.js +1 -1
  169. package/SVF-doxygen/html/html/search/functions_e.js +1 -0
  170. package/SVF-doxygen/html/html/search/functions_f.js +1 -1
  171. package/SVF-doxygen/html/html/search/typedefs_0.js +11 -0
  172. package/SVF-doxygen/html/html/search/typedefs_1.js +1 -0
  173. package/SVF-doxygen/html/html/search/typedefs_10.js +1 -0
  174. package/SVF-doxygen/html/html/search/typedefs_13.js +1 -0
  175. package/SVF-doxygen/html/html/search/typedefs_14.js +1 -0
  176. package/SVF-doxygen/html/html/search/typedefs_2.js +2 -0
  177. package/SVF-doxygen/html/html/search/typedefs_3.js +6 -0
  178. package/SVF-doxygen/html/html/search/typedefs_6.js +4 -0
  179. package/SVF-doxygen/html/html/search/typedefs_7.js +4 -0
  180. package/SVF-doxygen/html/html/search/typedefs_b.js +7 -0
  181. package/SVF-doxygen/html/html/search/typedefs_c.js +1 -0
  182. package/SVF-doxygen/html/html/search/typedefs_e.js +1 -0
  183. package/SVF-doxygen/html/html/search/variables_1.js +1 -0
  184. package/SVF-doxygen/html/html/search/variables_13.js +1 -1
  185. package/SVF-doxygen/html/html/search/variables_14.js +1 -1
  186. package/SVF-doxygen/html/html/search/variables_f.js +1 -0
  187. package/SVF-doxygen/html/html/svf-ex_8cpp.html +1 -1
  188. package/SVF-doxygen/html/html/svf-ex_8cpp_source.html +1 -1
  189. package/include/SVF-FE/BasicTypes.h +43 -0
  190. package/include/SVF-FE/SVFIRBuilder.h +0 -2
  191. package/include/Util/ExtAPI.h +49 -5
  192. package/include/Util/ExtAPI.json +1312 -320
  193. package/include/WPA/Andersen.h +1 -4
  194. package/include/WPA/WPASolver.h +1 -3
  195. package/lib/SVF-FE/SVFIRBuilder.cpp +219 -238
  196. package/lib/Util/ExtAPI.cpp +109 -0
  197. package/lib/WPA/AndersenWaveDiff.cpp +0 -14
  198. package/package.json +1 -1
@@ -237,6 +237,9 @@ $(function() {
237
237
  , <a class="el" href="classSVF_1_1PointerAnalysis.html#a5dddd53b4ca9d7cc23d88ed9f3de9fde">SVF::PointerAnalysis</a>
238
238
  , <a class="el" href="classSVF_1_1SVFIR.html#a7276e82b4648ed0e1b3d1b8b37b24089">SVF::SVFIR</a>
239
239
  </li>
240
+ <li>getAllOperations()
241
+ : <a class="el" href="classSVF_1_1ExtAPI.html#aaca305f9ab8ede457a525379235a58f9">SVF::ExtAPI</a>
242
+ </li>
240
243
  <li>getAllPts()
241
244
  : <a class="el" href="classSVF_1_1MutableDFPTData.html#ac9120fbb056e23cdf84646a37d809a8d">SVF::MutableDFPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
242
245
  , <a class="el" href="classSVF_1_1MutableDiffPTData.html#adb89579b46a478f6d0e30e790838dca9">SVF::MutableDiffPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
@@ -269,7 +272,10 @@ $(function() {
269
272
  : <a class="el" href="classSVF_1_1CallSite.html#a5cd372d9fab846228fb0ee746001309a">SVF::CallSite</a>
270
273
  </li>
271
274
  <li>getArgPos()
272
- : <a class="el" href="classSVF_1_1SVFIRBuilder.html#ad18daeba9a22328647db3f5cb810edc2">SVF::SVFIRBuilder</a>
275
+ : <a class="el" href="classSVF_1_1ExtAPI.html#a848ec5976f48f84274bb6a295160fb04">SVF::ExtAPI</a>
276
+ </li>
277
+ <li>getArgs()
278
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#a836c35b94a827e29cd2e24982f5bc307">SVF::ExtAPI::Operation</a>
273
279
  </li>
274
280
  <li>getArgsOfUncalledFunction()
275
281
  : <a class="el" href="classSVF_1_1SVFModule.html#a3f69d3542809cd6c2ddf579dd1505e36">SVF::SVFModule</a>
@@ -637,7 +643,7 @@ $(function() {
637
643
  , <a class="el" href="classSVF_1_1Z3Expr.html#acfdff582a0188678c10939165a40df30">SVF::Z3Expr</a>
638
644
  </li>
639
645
  <li>getContexts()
640
- : <a class="el" href="classSVF_1_1ContextCond.html#a2af7a9769d97ddb4a217d0baaf7c03a3">SVF::ContextCond</a>
646
+ : <a class="el" href="classSVF_1_1ContextCond.html#a73d4d6ed38898b912926d044268fd35b">SVF::ContextCond</a>
641
647
  , <a class="el" href="classSVF_1_1CxtDPItem.html#a1dea25cd5d72c52cef1cff23b832a196">SVF::CxtDPItem</a>
642
648
  </li>
643
649
  <li>getCopyInEdges()
@@ -1434,7 +1440,7 @@ $(function() {
1434
1440
  </li>
1435
1441
  <li>getLockVal()
1436
1442
  : <a class="el" href="classSVF_1_1LockAnalysis.html#a785616f9c744d7249fd1080e5ed04d29">SVF::LockAnalysis</a>
1437
- , <a class="el" href="classSVF_1_1ThreadAPI.html#ad1d43e47f5036138e85068a1714f6c48">SVF::ThreadAPI</a>
1443
+ , <a class="el" href="classSVF_1_1ThreadAPI.html#a8f1c869eb42f7c89697cf2c7452ba9e9">SVF::ThreadAPI</a>
1438
1444
  </li>
1439
1445
  <li>getLocToDPMVecMap()
1440
1446
  : <a class="el" href="classSVF_1_1DDAVFSolver.html#ad849ae4509e88832f784c748468ab959">SVF::DDAVFSolver&lt; CVar, CPtSet, DPIm &gt;</a>
@@ -1443,7 +1449,7 @@ $(function() {
1443
1449
  : <a class="el" href="classSVF_1_1ExeState.html#a4ee40de7eca22ac055b52360e0101623">SVF::ExeState</a>
1444
1450
  </li>
1445
1451
  <li>getLoop()
1446
- : <a class="el" href="classSVF_1_1TCT.html#a71249dc399055790d86dcba6d9dd3021">SVF::TCT</a>
1452
+ : <a class="el" href="classSVF_1_1TCT.html#add9104a3d7a821e9c2f266ae1810d2e3">SVF::TCT</a>
1447
1453
  </li>
1448
1454
  <li>getLoopBound()
1449
1455
  : <a class="el" href="classSVF_1_1SVFLoop.html#ae772c9aab10b88d3c53cdf2cdb23d713">SVF::SVFLoop</a>
@@ -1504,7 +1510,7 @@ $(function() {
1504
1510
  </li>
1505
1511
  <li>getModRefInfo()
1506
1512
  : <a class="el" href="classSVF_1_1MRGenerator.html#ac14c99ee6064fc9cf30120a83c78e702">SVF::MRGenerator</a>
1507
- , <a class="el" href="classSVF_1_1WPAPass.html#a148cd86101e402e7ed8d3b3dae151d79">SVF::WPAPass</a>
1513
+ , <a class="el" href="classSVF_1_1WPAPass.html#a6d86f4ef6ad2f14c2dbf57b759e2950f">SVF::WPAPass</a>
1508
1514
  </li>
1509
1515
  <li>getModSideEffectOfCallSite()
1510
1516
  : <a class="el" href="classSVF_1_1MRGenerator.html#a1535832f5b1ae3178fea950bf71fdd99">SVF::MRGenerator</a>
@@ -1627,6 +1633,9 @@ $(function() {
1627
1633
  : <a class="el" href="classSVF_1_1GraphReachSolver.html#a84f39b3234ddf8198c793ff8c5d59cdf">SVF::GraphReachSolver&lt; GraphType, DPIm &gt;</a>
1628
1634
  , <a class="el" href="classSVF_1_1SrcSnkSolver.html#ab37d80b1c7a1ebfa0e19c70792c5129e">SVF::SrcSnkSolver&lt; GraphType, DPIm &gt;</a>
1629
1635
  </li>
1636
+ <li>getNodeIDType()
1637
+ : <a class="el" href="classSVF_1_1ExtAPI.html#a148f8105b7db6985bd1c715f793135ad">SVF::ExtAPI</a>
1638
+ </li>
1630
1639
  <li>getNodeKind()
1631
1640
  : <a class="el" href="classSVF_1_1GenericNode.html#a391e996d695b114530120723da1d003e">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
1632
1641
  </li>
@@ -1704,7 +1713,7 @@ $(function() {
1704
1713
  </li>
1705
1714
  <li>getObject()
1706
1715
  : <a class="el" href="classSVF_1_1DummyVersionPropSVFGNode.html#ac10a4b9c2ee536cfcb74120d86c0619f">SVF::DummyVersionPropSVFGNode</a>
1707
- , <a class="el" href="classSVF_1_1SVFIR.html#a2dd4d5f704906270af13e7a07f900eb1">SVF::SVFIR</a>
1716
+ , <a class="el" href="classSVF_1_1SVFIR.html#a25b86c16d11b4d50ccc28ead525687ae">SVF::SVFIR</a>
1708
1717
  </li>
1709
1718
  <li>getObjectNode()
1710
1719
  : <a class="el" href="classSVF_1_1IRGraph.html#aba13ca47865614e45321c1ae53e640c1">SVF::IRGraph</a>
@@ -1730,6 +1739,9 @@ $(function() {
1730
1739
  <li>getOperand()
1731
1740
  : <a class="el" href="classllvm_1_1generic__bridge__gep__type__iterator.html#a9494bbdc909dab98dd3fd23a416f3a31">llvm::generic_bridge_gep_type_iterator&lt; ItTy &gt;</a>
1732
1741
  </li>
1742
+ <li>getOperation()
1743
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#a9c01fa3f654f55000b8adcab05f2e26f">SVF::ExtAPI::Operation</a>
1744
+ </li>
1733
1745
  <li>getOpICFGNode()
1734
1746
  : <a class="el" href="classSVF_1_1PhiStmt.html#a0b97394bc1946c0185d2c11fbc2181f4">SVF::PhiStmt</a>
1735
1747
  </li>
@@ -1978,7 +1990,7 @@ $(function() {
1978
1990
  , <a class="el" href="classSVF_1_1PersistentDFPTData.html#a5f6a01d0bb40a718bc14f2cc1bb98a13">SVF::PersistentDFPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
1979
1991
  , <a class="el" href="classSVF_1_1PersistentDiffPTData.html#a9982ecf42416756a0729a28e8713cfed">SVF::PersistentDiffPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
1980
1992
  , <a class="el" href="classSVF_1_1PersistentPTData.html#a34f8226202e1654d4e67916b21ec4d99">SVF::PersistentPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
1981
- , <a class="el" href="classSVF_1_1PersistentVersionedPTData.html#a9b81d20e54d08e36edbff43549b1e820">SVF::PersistentVersionedPTData&lt; Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet &gt;</a>
1993
+ , <a class="el" href="classSVF_1_1PersistentVersionedPTData.html#afe80884fa8227e50f28631e20aa6fdf6">SVF::PersistentVersionedPTData&lt; Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet &gt;</a>
1982
1994
  , <a class="el" href="classSVF_1_1PointerAnalysis.html#a4dfb43679e9fa794ebad99b6584c32ec">SVF::PointerAnalysis</a>
1983
1995
  , <a class="el" href="classSVF_1_1PTData.html#a9ae6037637d8b9acb323333f491f4a7d">SVF::PTData&lt; Key, KeySet, Data, DataSet &gt;</a>
1984
1996
  , <a class="el" href="classSVF_1_1Steensgaard.html#adbcb9af660ab9bb0202bd32342280486">SVF::Steensgaard</a>
@@ -1991,7 +2003,7 @@ $(function() {
1991
2003
  , <a class="el" href="classSVF_1_1MutablePTData.html#a8838058efe94b62553bb5416fdc2ec5b">SVF::MutablePTData&lt; Key, KeySet, Data, DataSet &gt;</a>
1992
2004
  </li>
1993
2005
  <li>getPtsSubSetMap()
1994
- : <a class="el" href="classSVF_1_1IntraDisjointMRG.html#ae3c857c056f4e6e863843bafba7fdea1">SVF::IntraDisjointMRG</a>
2006
+ : <a class="el" href="classSVF_1_1IntraDisjointMRG.html#ad0640ef6e02d9a90964ca495c0fd8f53">SVF::IntraDisjointMRG</a>
1995
2007
  </li>
1996
2008
  <li>getRawProductions()
1997
2009
  : <a class="el" href="classSVF_1_1GrammarBase.html#a4561438149716c91178ea013686f66ae">SVF::GrammarBase</a>
@@ -2531,7 +2543,7 @@ $(function() {
2531
2543
  : <a class="el" href="classSVF_1_1SVFModule.html#a4dc32c583d29d74d052eaa5665b0b70e">SVF::SVFModule</a>
2532
2544
  </li>
2533
2545
  <li>global_end()
2534
- : <a class="el" href="classSVF_1_1SVFModule.html#afa9068e662918f6649d5ca25340a3ae2">SVF::SVFModule</a>
2546
+ : <a class="el" href="classSVF_1_1SVFModule.html#a8a34164634d6ad9a7b76175907c8c44b">SVF::SVFModule</a>
2535
2547
  </li>
2536
2548
  <li>global_iterator
2537
2549
  : <a class="el" href="classSVF_1_1SVFModule.html#a4cf1ca2e9f045a0520b0a8a6cd5993f2">SVF::SVFModule</a>
@@ -435,12 +435,12 @@ $(function() {
435
435
  , <a class="el" href="classSVF_1_1LoadMU.html#a7bbac3ff5455aa1340f348c7cb239c46">SVF::LoadMU&lt; Cond &gt;</a>
436
436
  , <a class="el" href="classSVF_1_1StoreCHI.html#a6e58e7cde1f417ec3feaef98f6f74be2">SVF::StoreCHI&lt; Cond &gt;</a>
437
437
  </li>
438
- <li>inst2LabelMap
439
- : <a class="el" href="classSVF_1_1SVFStmt.html#abb83549118bcd7216a053d82f7180d1c">SVF::SVFStmt</a>
440
- </li>
441
438
  <li>Inst2LabelMap
442
439
  : <a class="el" href="classSVF_1_1SVFStmt.html#a5a3db6b1335b4adc55b961a6f480f228">SVF::SVFStmt</a>
443
440
  </li>
441
+ <li>inst2LabelMap
442
+ : <a class="el" href="classSVF_1_1SVFStmt.html#abb83549118bcd7216a053d82f7180d1c">SVF::SVFStmt</a>
443
+ </li>
444
444
  <li>INSTANCE
445
445
  : <a class="el" href="classSVF_1_1DCHEdge.html#a48f01c4a02c4e278a1ab70b16efdef4ba3e807b4caeb170c5cd1e855ac1a92d77">SVF::DCHEdge</a>
446
446
  </li>
@@ -172,12 +172,12 @@ $(function() {
172
172
  <li>LoadStmt()
173
173
  : <a class="el" href="classSVF_1_1LoadStmt.html#a4bd939005c7c6a5da4ed3b6be6ef1a22">SVF::LoadStmt</a>
174
174
  </li>
175
- <li>loadsToMRsMap
176
- : <a class="el" href="classSVF_1_1MRGenerator.html#a0d8229b1f0b8428708e923d19096e4ba">SVF::MRGenerator</a>
177
- </li>
178
175
  <li>LoadsToMRsMap
179
176
  : <a class="el" href="classSVF_1_1MRGenerator.html#a273b2634adcfa10a08924517e8d51175">SVF::MRGenerator</a>
180
177
  </li>
178
+ <li>loadsToMRsMap
179
+ : <a class="el" href="classSVF_1_1MRGenerator.html#a0d8229b1f0b8428708e923d19096e4ba">SVF::MRGenerator</a>
180
+ </li>
181
181
  <li>LoadsToPointsToMap
182
182
  : <a class="el" href="classSVF_1_1MRGenerator.html#acfadd565b5c978c9417e059b3ea7588c">SVF::MRGenerator</a>
183
183
  </li>
@@ -295,7 +295,6 @@ $(function() {
295
295
  </li>
296
296
  <li>mergeNodeToRep()
297
297
  : <a class="el" href="classSVF_1_1Andersen.html#a36729160041bc3a3e2b0a92b29062848">SVF::Andersen</a>
298
- , <a class="el" href="classSVF_1_1AndersenWaveDiff.html#acdc82c72b14e012551a460fa91a634db">SVF::AndersenWaveDiff</a>
299
298
  </li>
300
299
  <li>mergePWC()
301
300
  : <a class="el" href="classSVF_1_1Andersen.html#a44d62658bbd2efcef5ff479930b5dce9">SVF::Andersen</a>
@@ -231,18 +231,18 @@ $(function() {
231
231
  <li>NodeToRepMap
232
232
  : <a class="el" href="classSVF_1_1ConstraintGraph.html#afe34ca6bdbb22b188799a4297fd19004">SVF::ConstraintGraph</a>
233
233
  </li>
234
- <li>nodeToSubsMap
235
- : <a class="el" href="classSVF_1_1ConstraintGraph.html#af91f1027cd5de591ae40865f691c5f60">SVF::ConstraintGraph</a>
236
- </li>
237
234
  <li>NodeToSubsMap
238
235
  : <a class="el" href="classSVF_1_1ConstraintGraph.html#ac7d24753491a9bab39a13b32bb65f139">SVF::ConstraintGraph</a>
239
236
  </li>
240
237
  <li>nodeToSubsMap
241
- : <a class="el" href="classSVF_1_1Steensgaard.html#aca87fc74b6acb096a7165f105b14854b">SVF::Steensgaard</a>
238
+ : <a class="el" href="classSVF_1_1ConstraintGraph.html#af91f1027cd5de591ae40865f691c5f60">SVF::ConstraintGraph</a>
242
239
  </li>
243
240
  <li>NodeToSubsMap
244
241
  : <a class="el" href="classSVF_1_1Steensgaard.html#a45d49eef110e3bc15509a2020be38453">SVF::Steensgaard</a>
245
242
  </li>
243
+ <li>nodeToSubsMap
244
+ : <a class="el" href="classSVF_1_1Steensgaard.html#aca87fc74b6acb096a7165f105b14854b">SVF::Steensgaard</a>
245
+ </li>
246
246
  <li>NodeType
247
247
  : <a class="el" href="structllvm_1_1DOTGraphTraits_3_01CFLGraph_01_5_01_4.html#a6e417cb13c4cdff831f257a66d031630">llvm::DOTGraphTraits&lt; CFLGraph * &gt;</a>
248
248
  , <a class="el" href="structllvm_1_1DOTGraphTraits_3_01CHGraph_01_5_01_4.html#a73928161c8b1427e8150ca68ec48160e">llvm::DOTGraphTraits&lt; CHGraph * &gt;</a>
@@ -129,6 +129,12 @@ $(function() {
129
129
  : <a class="el" href="classSVF_1_1BinaryOPStmt.html#a0c4f900cf7321e8385b4f45e5cba3d1a">SVF::BinaryOPStmt</a>
130
130
  , <a class="el" href="classSVF_1_1UnaryOPStmt.html#a099df135a83d28a2e6f344e008fe1cc6">SVF::UnaryOPStmt</a>
131
131
  </li>
132
+ <li>operation
133
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#ad5b7fd4408d5d33e2963008d30dcbdc9">SVF::ExtAPI::Operation</a>
134
+ </li>
135
+ <li>Operation()
136
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#a453f37464f5c6261e22e845948f36c94">SVF::ExtAPI::Operation</a>
137
+ </li>
132
138
  <li>operator &amp;
133
139
  : <a class="el" href="classSVF_1_1Z3Expr.html#a73d51389a359eff6654df3c1ee24834c">SVF::Z3Expr</a>
134
140
  </li>
@@ -142,7 +148,7 @@ $(function() {
142
148
  , <a class="el" href="classSVF_1_1SparseBitVector.html#a1f7e6424f8bfc68589a9947b26e0b62f">SVF::SparseBitVector&lt; ElementSize &gt;</a>
143
149
  </li>
144
150
  <li>operator u32_t()
145
- : <a class="el" href="structSVF_1_1GrammarBase_1_1Symbol.html#a7ba35f7585b191a29573a9e116aa927f">SVF::GrammarBase::Symbol</a>
151
+ : <a class="el" href="structSVF_1_1GrammarBase_1_1Symbol.html#ada693de7fbe70e37120eed8dca3c143f">SVF::GrammarBase::Symbol</a>
146
152
  </li>
147
153
  <li>operator!
148
154
  : <a class="el" href="classSVF_1_1Z3Expr.html#ac2b4e7b63f15e6780d25107b61f208ca">SVF::Z3Expr</a>
@@ -324,7 +330,7 @@ $(function() {
324
330
  , <a class="el" href="classSVF_1_1CxtThread.html#a3c22e59962a9c638a0f1b516c25aec8f">SVF::CxtThread</a>
325
331
  , <a class="el" href="classSVF_1_1CxtThreadProc.html#a439a27864cb18accba5f8fe706c1e74b">SVF::CxtThreadProc</a>
326
332
  , <a class="el" href="classSVF_1_1CxtThreadStmt.html#a894849e24d01f80463a207e0c8f2548f">SVF::CxtThreadStmt</a>
327
- , <a class="el" href="classSVF_1_1DPItem.html#a3010d11982d57284627fc601ede9d811">SVF::DPItem</a>
333
+ , <a class="el" href="classSVF_1_1DPItem.html#a10226d37dfef045bec9f7cfb78315440">SVF::DPItem</a>
328
334
  , <a class="el" href="classSVF_1_1ExeState.html#a0c6a0cd40fc94cc2c3829d6ae0a21270">SVF::ExeState</a>
329
335
  , <a class="el" href="classSVF_1_1FormalRetVFGNode.html#a599d139a7973dfc09c5db18a60aba3dd">SVF::FormalRetVFGNode</a>
330
336
  , <a class="el" href="classSVF_1_1GepCGEdge.html#ab9b230aa38c6fe45914cfb2c52c70e5b">SVF::GepCGEdge</a>
@@ -338,12 +344,12 @@ $(function() {
338
344
  , <a class="el" href="classSVF_1_1MultiOpndStmt.html#afbd0d606112605bf355f4a9de6b44406">SVF::MultiOpndStmt</a>
339
345
  , <a class="el" href="classSVF_1_1NormalGepCGEdge.html#a7f3a388e37e497fc5874e9f392901a39">SVF::NormalGepCGEdge</a>
340
346
  , <a class="el" href="classSVF_1_1PhiStmt.html#a331c7e14409b2d78881a0ec8932c1170">SVF::PhiStmt</a>
341
- , <a class="el" href="classSVF_1_1PointsTo.html#a269d334618e4acc7e739317fd58d7fe7">SVF::PointsTo</a>
342
- , <a class="el" href="classSVF_1_1PointsTo_1_1PointsToIterator.html#ac35de79e5c5d48d7f8f6f22e8450a0f6">SVF::PointsTo::PointsToIterator</a>
347
+ , <a class="el" href="classSVF_1_1PointsTo.html#ab06c71c3d1ab7ef2a67fc00b42f4be72">SVF::PointsTo</a>
348
+ , <a class="el" href="classSVF_1_1PointsTo_1_1PointsToIterator.html#acbbcff746f7f0dc37815e688e9172f21">SVF::PointsTo::PointsToIterator</a>
343
349
  , <a class="el" href="classSVF_1_1PTASCEV.html#a144e7fa8c5f4987067914416a85656ca">SVF::PTASCEV</a>
344
350
  , <a class="el" href="classSVF_1_1RetPE.html#acb2a5e66fab9f95278c44344d268f465">SVF::RetPE</a>
345
351
  , <a class="el" href="classSVF_1_1SelectStmt.html#ae3dd9ff3908218082b8c71c0ec7ef252">SVF::SelectStmt</a>
346
- , <a class="el" href="classSVF_1_1SparseBitVector.html#adeed46c25650bdbccdef0519906d1030">SVF::SparseBitVector&lt; ElementSize &gt;</a>
352
+ , <a class="el" href="classSVF_1_1SparseBitVector.html#a74ded252b99e70cb999b869a5250948e">SVF::SparseBitVector&lt; ElementSize &gt;</a>
347
353
  , <a class="el" href="classSVF_1_1StInfo.html#a99cc762e18baa226ee3e8f928ee048aa">SVF::StInfo</a>
348
354
  , <a class="el" href="classSVF_1_1StmtDPItem.html#a072da7dc37fd3f9b7a79196394382499">SVF::StmtDPItem&lt; LocCond &gt;</a>
349
355
  , <a class="el" href="classSVF_1_1StoreCGEdge.html#a51869681f10566da74de3fb461c7a7e0">SVF::StoreCGEdge</a>
@@ -378,7 +384,7 @@ $(function() {
378
384
  , <a class="el" href="classSVF_1_1DPItem.html#ad67fcd340351360555b0cb88f57b183a">SVF::DPItem</a>
379
385
  , <a class="el" href="classSVF_1_1ExeState.html#a0e4c8a41aa861ff2862d8b620c902f21">SVF::ExeState</a>
380
386
  , <a class="el" href="classSVF_1_1GenericEdge.html#a0e461644bf9a4e50099b38f09222e858">SVF::GenericEdge&lt; NodeTy &gt;</a>
381
- , <a class="el" href="structSVF_1_1GrammarBase_1_1Symbol.html#a6e3dbf40c2169becf680ed77b381f6f9">SVF::GrammarBase::Symbol</a>
387
+ , <a class="el" href="structSVF_1_1GrammarBase_1_1Symbol.html#ab888c449c25947a0082ca0e7136ef1e9">SVF::GrammarBase::Symbol</a>
382
388
  , <a class="el" href="classSVF_1_1LocationSet.html#a1b141afb9a38d12423f66b2dfe6bf232">SVF::LocationSet</a>
383
389
  , <a class="el" href="classSVF_1_1MemObj.html#a1a8601b72b6e6df211db1fffdd54c48b">SVF::MemObj</a>
384
390
  , <a class="el" href="classSVF_1_1MemRegion.html#affa3a8efd91faf5704e514f1e83fead9">SVF::MemRegion</a>
@@ -414,7 +420,7 @@ $(function() {
414
420
  : <a class="el" href="classSVF_1_1CondPointsToSet.html#a74c50cfaf788a828a4fc97eba703ec4e">SVF::CondPointsToSet&lt; Cond &gt;</a>
415
421
  , <a class="el" href="classSVF_1_1CondStdSet.html#a90e4c4ead1cbdca01c0be801a68b005b">SVF::CondStdSet&lt; Element &gt;</a>
416
422
  , <a class="el" href="classSVF_1_1CoreBitVector.html#af8e63360242a49fb63c3ef3d7071503d">SVF::CoreBitVector</a>
417
- , <a class="el" href="classSVF_1_1PointsTo.html#a687b34cac3c43dd957b86a4833a24871">SVF::PointsTo</a>
423
+ , <a class="el" href="classSVF_1_1PointsTo.html#aa8644057ec182382e3c34e90d7d61ade">SVF::PointsTo</a>
418
424
  , <a class="el" href="classSVF_1_1SparseBitVector.html#a48668ff6f168162bd8f13cf860749090">SVF::SparseBitVector&lt; ElementSize &gt;</a>
419
425
  </li>
420
426
  <li>operator||
@@ -475,37 +481,33 @@ $(function() {
475
481
  , <a class="el" href="classSVF_1_1PHIVFGNode.html#add18c60773871744123d12a037e78e20">SVF::PHIVFGNode</a>
476
482
  , <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#af31a06d33f41bdcff625ac23e269708c">SVF::UnaryOPVFGNode</a>
477
483
  </li>
478
- <li>OPVers
479
- : <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#a880c8260e3acb3fbe431446f2c1f5990">SVF::BinaryOPVFGNode</a>
480
- </li>
481
484
  <li>opVers
482
485
  : <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#ae803603f567cc28f5a7e1b66fb324cbc">SVF::BinaryOPVFGNode</a>
483
- , <a class="el" href="classSVF_1_1CmpVFGNode.html#aae30d80fd848d62467476d21c691573c">SVF::CmpVFGNode</a>
484
486
  </li>
485
487
  <li>OPVers
486
- : <a class="el" href="classSVF_1_1CmpVFGNode.html#a0db4ada3c366c811962415454a859b22">SVF::CmpVFGNode</a>
488
+ : <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#a880c8260e3acb3fbe431446f2c1f5990">SVF::BinaryOPVFGNode</a>
489
+ , <a class="el" href="classSVF_1_1CmpVFGNode.html#a0db4ada3c366c811962415454a859b22">SVF::CmpVFGNode</a>
487
490
  </li>
488
491
  <li>opVers
489
- : <a class="el" href="classSVF_1_1MSSAPHI.html#abdabd6dff67cd59622f18d48e8b34271">SVF::MSSAPHI&lt; Cond &gt;</a>
492
+ : <a class="el" href="classSVF_1_1CmpVFGNode.html#aae30d80fd848d62467476d21c691573c">SVF::CmpVFGNode</a>
490
493
  </li>
491
494
  <li>OPVers
492
495
  : <a class="el" href="classSVF_1_1MSSAPHI.html#a622892bb1c3c151e646ae1a46838c3ba">SVF::MSSAPHI&lt; Cond &gt;</a>
493
496
  </li>
494
497
  <li>opVers
495
- : <a class="el" href="classSVF_1_1MSSAPHISVFGNode.html#a9c327923ab939e06877441ebde5c1139">SVF::MSSAPHISVFGNode</a>
498
+ : <a class="el" href="classSVF_1_1MSSAPHI.html#abdabd6dff67cd59622f18d48e8b34271">SVF::MSSAPHI&lt; Cond &gt;</a>
499
+ , <a class="el" href="classSVF_1_1MSSAPHISVFGNode.html#a9c327923ab939e06877441ebde5c1139">SVF::MSSAPHISVFGNode</a>
496
500
  </li>
497
501
  <li>OPVers
498
502
  : <a class="el" href="classSVF_1_1MSSAPHISVFGNode.html#a300f37203eb84fc57e005c27ce0422fb">SVF::MSSAPHISVFGNode</a>
503
+ , <a class="el" href="classSVF_1_1PHIVFGNode.html#a44ba5254e5f4def007c99916cd58668c">SVF::PHIVFGNode</a>
499
504
  </li>
500
505
  <li>opVers
501
506
  : <a class="el" href="classSVF_1_1PHIVFGNode.html#a08ccd55d0fb6ce33f69959349008daca">SVF::PHIVFGNode</a>
507
+ , <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#ae6fdb5759a0dfeb0635ffd758b752dc1">SVF::UnaryOPVFGNode</a>
502
508
  </li>
503
509
  <li>OPVers
504
- : <a class="el" href="classSVF_1_1PHIVFGNode.html#a44ba5254e5f4def007c99916cd58668c">SVF::PHIVFGNode</a>
505
- , <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#af96b598342bbcbcd739e2603acfc5a41">SVF::UnaryOPVFGNode</a>
506
- </li>
507
- <li>opVers
508
- : <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#ae6fdb5759a0dfeb0635ffd758b752dc1">SVF::UnaryOPVFGNode</a>
510
+ : <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#af96b598342bbcbcd739e2603acfc5a41">SVF::UnaryOPVFGNode</a>
509
511
  </li>
510
512
  <li>OR()
511
513
  : <a class="el" href="classSVF_1_1Z3Expr.html#ac063ed06c3495b790c02fe57c781b34e">SVF::Z3Expr</a>
@@ -368,12 +368,12 @@ $(function() {
368
368
  <li>Phi
369
369
  : <a class="el" href="classSVF_1_1SVFStmt.html#a0ab8621e75e75f03425c323b3ed62ce9a6b3cd98eeb47c8475e7ee64480dcdee9">SVF::SVFStmt</a>
370
370
  </li>
371
- <li>PHINodeMap
372
- : <a class="el" href="classSVF_1_1SVFIR.html#a08a05dfa6b9734936bb92b3969dbce3b">SVF::SVFIR</a>
373
- </li>
374
371
  <li>phiNodeMap
375
372
  : <a class="el" href="classSVF_1_1SVFIR.html#a41abf665421dbfaef508b1eba0c91fb9">SVF::SVFIR</a>
376
373
  </li>
374
+ <li>PHINodeMap
375
+ : <a class="el" href="classSVF_1_1SVFIR.html#a08a05dfa6b9734936bb92b3969dbce3b">SVF::SVFIR</a>
376
+ </li>
377
377
  <li>PHISet
378
378
  : <a class="el" href="classSVF_1_1MemSSA.html#a8a5d3597f3dba9744e170cc8c32bf25f">SVF::MemSSA</a>
379
379
  , <a class="el" href="classSVF_1_1SVFG.html#aef7ee9d802934d51b3761663bdaf0c05">SVF::SVFG</a>
@@ -835,13 +835,11 @@ $(function() {
835
835
  </li>
836
836
  <li>PTAVector
837
837
  : <a class="el" href="classSVF_1_1DDAPass.html#acc7ad5d3266cb3e24fba0b4db186348a">SVF::DDAPass</a>
838
+ , <a class="el" href="classSVF_1_1WPAPass.html#ad4e3d480ebcc6bbbb7bcc8dc3df8663e">SVF::WPAPass</a>
838
839
  </li>
839
840
  <li>ptaVector
840
841
  : <a class="el" href="classSVF_1_1WPAPass.html#a72a66ae158793f5d1bcb37b655db4446">SVF::WPAPass</a>
841
842
  </li>
842
- <li>PTAVector
843
- : <a class="el" href="classSVF_1_1WPAPass.html#ad4e3d480ebcc6bbbb7bcc8dc3df8663e">SVF::WPAPass</a>
844
- </li>
845
843
  <li>PTBackingType
846
844
  : <a class="el" href="classSVF_1_1BVDataPTAImpl.html#ad76328a8543b02784992afc2d5501d8a">SVF::BVDataPTAImpl</a>
847
845
  </li>
@@ -903,12 +901,12 @@ $(function() {
903
901
  <li>ptrsInUncalledFunctions
904
902
  : <a class="el" href="classSVF_1_1SVFModule.html#a816a7065cd2cf664626ee023f9dfbd1d">SVF::SVFModule</a>
905
903
  </li>
906
- <li>PtrToBVPtsMap
907
- : <a class="el" href="classSVF_1_1CondPTAImpl.html#aba828ca8e2aa2bd71b78be8b45a48c9b">SVF::CondPTAImpl&lt; Cond &gt;</a>
908
- </li>
909
904
  <li>ptrToBVPtsMap
910
905
  : <a class="el" href="classSVF_1_1CondPTAImpl.html#a30b9ee7b1dcd04285f92cf7accd05b2e">SVF::CondPTAImpl&lt; Cond &gt;</a>
911
906
  </li>
907
+ <li>PtrToBVPtsMap
908
+ : <a class="el" href="classSVF_1_1CondPTAImpl.html#aba828ca8e2aa2bd71b78be8b45a48c9b">SVF::CondPTAImpl&lt; Cond &gt;</a>
909
+ </li>
912
910
  <li>ptrToCPtsMap
913
911
  : <a class="el" href="classSVF_1_1CondPTAImpl.html#a61167fcdb2005090de1b38e53450431a">SVF::CondPTAImpl&lt; Cond &gt;</a>
914
912
  </li>
@@ -546,11 +546,13 @@ $(function() {
546
546
  <li>RevPtsMap
547
547
  : <a class="el" href="classSVF_1_1MutablePTData.html#a6d491581d17876625d0265cd26acd8e1">SVF::MutablePTData&lt; Key, KeySet, Data, DataSet &gt;</a>
548
548
  , <a class="el" href="classSVF_1_1PersistentDiffPTData.html#ac008ee5f7e4d286f9e76d85989358305">SVF::PersistentDiffPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
549
- , <a class="el" href="classSVF_1_1PersistentPTData.html#aad89172e6e99d5ee576faa7bc74b36d8">SVF::PersistentPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
550
549
  </li>
551
550
  <li>revPtsMap
552
551
  : <a class="el" href="classSVF_1_1PersistentPTData.html#a7b43ad5045ebdaa86f2587ea3f2f9563">SVF::PersistentPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
553
552
  </li>
553
+ <li>RevPtsMap
554
+ : <a class="el" href="classSVF_1_1PersistentPTData.html#aad89172e6e99d5ee576faa7bc74b36d8">SVF::PersistentPTData&lt; Key, KeySet, Data, DataSet &gt;</a>
555
+ </li>
554
556
  <li>rid
555
557
  : <a class="el" href="classSVF_1_1MemRegion.html#aeb8ba1e0c907aeb3de84d8bd899c98b4">SVF::MemRegion</a>
556
558
  </li>
@@ -587,7 +589,7 @@ $(function() {
587
589
  </li>
588
590
  <li>runOnModule()
589
591
  : <a class="el" href="classSVF_1_1BreakConstantGEPs.html#ae99ceb7923161d54e7d0a687f4f68e1a">SVF::BreakConstantGEPs</a>
590
- , <a class="el" href="classSVF_1_1DDAPass.html#a7bc2c9a62b7d97b8e19bee0c4625aea3">SVF::DDAPass</a>
592
+ , <a class="el" href="classSVF_1_1DDAPass.html#af196994d6ec7f5cead72212407842103">SVF::DDAPass</a>
591
593
  , <a class="el" href="classSVF_1_1DoubleFreeChecker.html#ae8c09909e9f3e44489464f7190a6b671">SVF::DoubleFreeChecker</a>
592
594
  , <a class="el" href="classSVF_1_1FileChecker.html#a98a68536b8ffdb2250bbb01437598ac3">SVF::FileChecker</a>
593
595
  , <a class="el" href="classSVF_1_1FlowSensitive.html#a611608ccc9659bd320670f1ec31ad18e">SVF::FlowSensitive</a>
@@ -104,12 +104,12 @@ $(function() {
104
104
  <li>SB_SLICESOURCE
105
105
  : <a class="el" href="classSVF_1_1Annotator.html#a01900f5ada5948361cc18857aee26744">SVF::Annotator</a>
106
106
  </li>
107
- <li>SBV
108
- : <a class="el" href="classSVF_1_1PointsTo.html#a8f757f92ebf0a2ebdb5e6b001606923eacccb6e19f3e8db5f5b5b8858b22da61a">SVF::PointsTo</a>
109
- </li>
110
107
  <li>sbv
111
108
  : <a class="el" href="classSVF_1_1PointsTo.html#aecd6b98c0687de59aebb297ec38a7084">SVF::PointsTo</a>
112
109
  </li>
110
+ <li>SBV
111
+ : <a class="el" href="classSVF_1_1PointsTo.html#a8f757f92ebf0a2ebdb5e6b001606923eacccb6e19f3e8db5f5b5b8858b22da61a">SVF::PointsTo</a>
112
+ </li>
113
113
  <li>sbvIt
114
114
  : <a class="el" href="classSVF_1_1PointsTo_1_1PointsToIterator.html#a735a2a9f0c3f4bc3997edf11b133c0f9">SVF::PointsTo::PointsToIterator</a>
115
115
  </li>
@@ -118,13 +118,11 @@ $(function() {
118
118
  </li>
119
119
  <li>SCC
120
120
  : <a class="el" href="classSVF_1_1MRGenerator.html#af8d52e6c9884c6e1abc6dbcbc5e32629">SVF::MRGenerator</a>
121
+ , <a class="el" href="classSVF_1_1WPASolver.html#a1352953966be14b2a1d6244f35e74a33">SVF::WPASolver&lt; GraphType &gt;</a>
121
122
  </li>
122
123
  <li>scc
123
124
  : <a class="el" href="classSVF_1_1WPASolver.html#a21709a0f33b6238afe735cc9fe49ff70">SVF::WPASolver&lt; GraphType &gt;</a>
124
125
  </li>
125
- <li>SCC
126
- : <a class="el" href="classSVF_1_1WPASolver.html#a1352953966be14b2a1d6244f35e74a33">SVF::WPASolver&lt; GraphType &gt;</a>
127
- </li>
128
126
  <li>sccCandidates
129
127
  : <a class="el" href="classSVF_1_1AndersenSCD.html#aeb0b3644c3bfbfa5768b92c99aeeef40">SVF::AndersenSCD</a>
130
128
  </li>
@@ -204,6 +202,9 @@ $(function() {
204
202
  <li>setAllReachable()
205
203
  : <a class="el" href="classSVF_1_1ProgSlice.html#ae6102647fa4985142c293116516612cd">SVF::ProgSlice</a>
206
204
  </li>
205
+ <li>setArgs()
206
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#ac82ed2bae3d953f524ca9defc06feba8">SVF::ExtAPI::Operation</a>
207
+ </li>
207
208
  <li>setAttributeKinds()
208
209
  : <a class="el" href="classSVF_1_1GrammarBase.html#a1e1bf1e32bcd7c68ce789c2f9f6327c0">SVF::GrammarBase</a>
209
210
  </li>
@@ -395,6 +396,9 @@ $(function() {
395
396
  <li>setOffset()
396
397
  : <a class="el" href="classSVF_1_1DCHEdge.html#a70f757826082c95766c8324c1264e977">SVF::DCHEdge</a>
397
398
  </li>
399
+ <li>setOperation()
400
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#ab602429a772a2d6942cfb18eef10a09a">SVF::ExtAPI::Operation</a>
401
+ </li>
398
402
  <li>setOpVer()
399
403
  : <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#a76c67d31ffb67c4ef102471898ae2709">SVF::BinaryOPVFGNode</a>
400
404
  , <a class="el" href="classSVF_1_1CmpVFGNode.html#a41bcdd6b46a31c8d15533342478dc236">SVF::CmpVFGNode</a>
@@ -810,20 +814,20 @@ $(function() {
810
814
  : <a class="el" href="classSVF_1_1MTAAnnotator.html#a37df9f2416685c535be2faa01e162f3a">SVF::MTAAnnotator</a>
811
815
  </li>
812
816
  <li>StoreStmt()
813
- : <a class="el" href="classSVF_1_1StoreStmt.html#acbea1ddbde90259b668b21f80f56cfbb">SVF::StoreStmt</a>
814
- </li>
815
- <li>StoresToMRsMap
816
- : <a class="el" href="classSVF_1_1MRGenerator.html#afacb458ca832ef459e873b7d90134a8c">SVF::MRGenerator</a>
817
+ : <a class="el" href="classSVF_1_1StoreStmt.html#a39ee0d8cc951aff0d6418a3d743fb3ae">SVF::StoreStmt</a>
817
818
  </li>
818
819
  <li>storesToMRsMap
819
820
  : <a class="el" href="classSVF_1_1MRGenerator.html#a255551fd3ff8fb33bcea93d0b00280b3">SVF::MRGenerator</a>
820
821
  </li>
821
- <li>storesToPointsToMap
822
- : <a class="el" href="classSVF_1_1MRGenerator.html#a7d86f708743a59aa31c0a9fd6de45dac">SVF::MRGenerator</a>
822
+ <li>StoresToMRsMap
823
+ : <a class="el" href="classSVF_1_1MRGenerator.html#afacb458ca832ef459e873b7d90134a8c">SVF::MRGenerator</a>
823
824
  </li>
824
825
  <li>StoresToPointsToMap
825
826
  : <a class="el" href="classSVF_1_1MRGenerator.html#a357e1654e30b2f91f6ea30ea5a52e91d">SVF::MRGenerator</a>
826
827
  </li>
828
+ <li>storesToPointsToMap
829
+ : <a class="el" href="classSVF_1_1MRGenerator.html#a7d86f708743a59aa31c0a9fd6de45dac">SVF::MRGenerator</a>
830
+ </li>
827
831
  <li>storeTime
828
832
  : <a class="el" href="classSVF_1_1FlowSensitive.html#a82b76087363b26fbe749653935569de7">SVF::FlowSensitive</a>
829
833
  </li>
@@ -837,7 +841,7 @@ $(function() {
837
841
  : <a class="el" href="classSVF_1_1DDAVFSolver.html#accaacd2dd680f92ff83cfe75eef6ffab">SVF::DDAVFSolver&lt; CVar, CPtSet, DPIm &gt;</a>
838
842
  </li>
839
843
  <li>StoreVFGNode()
840
- : <a class="el" href="classSVF_1_1StoreVFGNode.html#a496607cda1cc26a8753d6a7af620e95a">SVF::StoreVFGNode</a>
844
+ : <a class="el" href="classSVF_1_1StoreVFGNode.html#ab4b9182cb0f2ef7dfc1e15789a311ecd">SVF::StoreVFGNode</a>
841
845
  </li>
842
846
  <li>str2Kind()
843
847
  : <a class="el" href="classSVF_1_1GrammarBase.html#ad2d56d8cdc4539d4201d1995fb36e772">SVF::GrammarBase</a>
@@ -845,12 +849,12 @@ $(function() {
845
849
  <li>str2Symbol()
846
850
  : <a class="el" href="classSVF_1_1GrammarBase.html#a5c081c6ff0501fc91b71352995d6d9dc">SVF::GrammarBase</a>
847
851
  </li>
848
- <li>strategy
849
- : <a class="el" href="classSVF_1_1NodeIDAllocator.html#a44420802f9db288515ee09771c3edd4d">SVF::NodeIDAllocator</a>
850
- </li>
851
852
  <li>Strategy
852
853
  : <a class="el" href="classSVF_1_1NodeIDAllocator.html#a8cf553cd07768aad3f3b91bf3d7c6228">SVF::NodeIDAllocator</a>
853
854
  </li>
855
+ <li>strategy
856
+ : <a class="el" href="classSVF_1_1NodeIDAllocator.html#a44420802f9db288515ee09771c3edd4d">SVF::NodeIDAllocator</a>
857
+ </li>
854
858
  <li>stride
855
859
  : <a class="el" href="classSVF_1_1StInfo.html#a6c52ecbeeeeb0dda019c68aec687f2c2">SVF::StInfo</a>
856
860
  </li>
@@ -907,7 +911,7 @@ $(function() {
907
911
  : <a class="el" href="classSVF_1_1SVFValue.html#afb50ea5aeea7a0608a3c9335aea6860ea4582a3728eda9f58c4e7d069e4fec577">SVF::SVFValue</a>
908
912
  </li>
909
913
  <li>SVFFunction()
910
- : <a class="el" href="classSVF_1_1SVFFunction.html#aed73a0604a9fc5b6560ce87cfeaa3944">SVF::SVFFunction</a>
914
+ : <a class="el" href="classSVF_1_1SVFFunction.html#ae7a55d86a87088f7d70254980e4325b3">SVF::SVFFunction</a>
911
915
  </li>
912
916
  <li>svfg
913
917
  : <a class="el" href="classSVF_1_1FlowSensitive.html#aae032e5f5d53b131d0112dc8faa464a9">SVF::FlowSensitive</a>
@@ -1130,7 +1134,7 @@ $(function() {
1130
1134
  , <a class="el" href="classSVF_1_1SymbolTableInfo.html#a4fbb8ea4b4796d10d13c027b7455505c">SVF::SymbolTableInfo</a>
1131
1135
  </li>
1132
1136
  <li>SymState()
1133
- : <a class="el" href="classSVF_1_1SymState.html#a74011f042d561221c30fcd176490abad">SVF::SymState</a>
1137
+ : <a class="el" href="classSVF_1_1SymState.html#aee986d8fbccf71a606284d8467f450e4">SVF::SymState</a>
1134
1138
  </li>
1135
1139
  <li>SymTabPrint
1136
1140
  : <a class="el" href="classSVF_1_1Options.html#abbfd1d7e985483c486394d8db85b6a85">SVF::Options</a>
@@ -131,12 +131,12 @@ $(function() {
131
131
  <li>valuestring
132
132
  : <a class="el" href="structcJSON.html#ad43f8de2571e504c4c5ce0a36990e6e1">cJSON</a>
133
133
  </li>
134
- <li>ValueToEdgeMap
135
- : <a class="el" href="classSVF_1_1IRGraph.html#addfc2131699f5ecee3a45d65cda46c24">SVF::IRGraph</a>
136
- </li>
137
134
  <li>valueToEdgeMap
138
135
  : <a class="el" href="classSVF_1_1IRGraph.html#a1308b5d3001c6676e8a8be6a8b118704">SVF::IRGraph</a>
139
136
  </li>
137
+ <li>ValueToEdgeMap
138
+ : <a class="el" href="classSVF_1_1IRGraph.html#addfc2131699f5ecee3a45d65cda46c24">SVF::IRGraph</a>
139
+ </li>
140
140
  <li>ValueToIDMapTy
141
141
  : <a class="el" href="classSVF_1_1SymbolTableInfo.html#a03a11c48d748990ddac1ac5866ecb48e">SVF::SymbolTableInfo</a>
142
142
  </li>
@@ -208,6 +208,9 @@ $(function() {
208
208
  <li>APNodes
209
209
  : <a class="el" href="classSVF_1_1CallICFGNode.html#a07615cb6245a9dccbba2cc70bde9bf22">SVF::CallICFGNode</a>
210
210
  </li>
211
+ <li>args
212
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#a826ff720a0038118e8e27e2a36d05cd5">SVF::ExtAPI::Operation</a>
213
+ </li>
211
214
  <li>argsOfUncalledFunction
212
215
  : <a class="el" href="classSVF_1_1SVFModule.html#a90bd61848ffbbb0bc30b33bf65d1cb6e">SVF::SVFModule</a>
213
216
  </li>
@@ -98,6 +98,9 @@ $(function() {
98
98
  : <a class="el" href="classSVF_1_1BinaryOPStmt.html#a0c4f900cf7321e8385b4f45e5cba3d1a">SVF::BinaryOPStmt</a>
99
99
  , <a class="el" href="classSVF_1_1UnaryOPStmt.html#a099df135a83d28a2e6f344e008fe1cc6">SVF::UnaryOPStmt</a>
100
100
  </li>
101
+ <li>operation
102
+ : <a class="el" href="classSVF_1_1ExtAPI_1_1Operation.html#ad5b7fd4408d5d33e2963008d30dcbdc9">SVF::ExtAPI::Operation</a>
103
+ </li>
101
104
  <li>opICFGNodes
102
105
  : <a class="el" href="classSVF_1_1PhiStmt.html#a4c75a8f8430621aaec62a5189db136b5">SVF::PhiStmt</a>
103
106
  </li>
@@ -85,39 +85,39 @@ $(function() {
85
85
  <li>WordSize
86
86
  : <a class="el" href="classSVF_1_1CoreBitVector.html#a63f5e4a36359ae62401e5f8dfecb86a3">SVF::CoreBitVector</a>
87
87
  </li>
88
- <li>WorkList
89
- : <a class="el" href="classSVF_1_1CFLSolver.html#a194d2c4c801799b0ba9562e33ca5b695">SVF::CFLSolver</a>
90
- </li>
91
88
  <li>worklist
92
89
  : <a class="el" href="classSVF_1_1CFLSolver.html#a211bb78846886aa9ccd4b160da81e02e">SVF::CFLSolver</a>
93
90
  </li>
94
91
  <li>WorkList
95
- : <a class="el" href="classSVF_1_1CHGBuilder.html#a727a1737e7290536b29b05e03d8b85ac">SVF::CHGBuilder</a>
92
+ : <a class="el" href="classSVF_1_1CFLSolver.html#a194d2c4c801799b0ba9562e33ca5b695">SVF::CFLSolver</a>
93
+ , <a class="el" href="classSVF_1_1CHGBuilder.html#a727a1737e7290536b29b05e03d8b85ac">SVF::CHGBuilder</a>
96
94
  , <a class="el" href="classSVF_1_1CHGraph.html#af1b638faf888898cdf168c25e008ab12">SVF::CHGraph</a>
97
95
  , <a class="el" href="classSVF_1_1ConstraintGraph.html#ae80fc7e5d68e103d8f3a82bc9ffb0f00">SVF::ConstraintGraph</a>
98
- , <a class="el" href="classSVF_1_1GraphReachSolver.html#a472784c3cb958b4347958f039d2fe054">SVF::GraphReachSolver&lt; GraphType, DPIm &gt;</a>
99
96
  </li>
100
97
  <li>worklist
101
98
  : <a class="el" href="classSVF_1_1GraphReachSolver.html#a5032d3988dbce5a29274c55dc4dbe6bc">SVF::GraphReachSolver&lt; GraphType, DPIm &gt;</a>
102
99
  </li>
103
100
  <li>WorkList
104
- : <a class="el" href="classSVF_1_1ICFGBuilder.html#a2dc4467008cdd6eb896e98b67457082a">SVF::ICFGBuilder</a>
101
+ : <a class="el" href="classSVF_1_1GraphReachSolver.html#a472784c3cb958b4347958f039d2fe054">SVF::GraphReachSolver&lt; GraphType, DPIm &gt;</a>
102
+ , <a class="el" href="classSVF_1_1ICFGBuilder.html#a2dc4467008cdd6eb896e98b67457082a">SVF::ICFGBuilder</a>
105
103
  , <a class="el" href="classSVF_1_1LeakChecker.html#af1e1f0fd38f72dcdfb5daa3d8af9538b">SVF::LeakChecker</a>
106
104
  , <a class="el" href="classSVF_1_1MRGenerator.html#a68d50c752252bd40c402c7b99b95f0fc">SVF::MRGenerator</a>
107
105
  , <a class="el" href="classSVF_1_1SaberSVFGBuilder.html#a8e07c6afc4ae6e2792431065c2948039">SVF::SaberSVFGBuilder</a>
108
106
  , <a class="el" href="classSVF_1_1SrcSnkDDA.html#a3c0d8850c4dae49a760ce5f80fb8822a">SVF::SrcSnkDDA</a>
109
- , <a class="el" href="classSVF_1_1SrcSnkSolver.html#a19861635c58ef6db7347c22daabf80da">SVF::SrcSnkSolver&lt; GraphType, DPIm &gt;</a>
110
107
  </li>
111
108
  <li>worklist
112
109
  : <a class="el" href="classSVF_1_1SrcSnkSolver.html#aeecbd88066567b2f123e84072dd09941">SVF::SrcSnkSolver&lt; GraphType, DPIm &gt;</a>
113
- , <a class="el" href="classSVF_1_1SVFGOPT.html#a925f39665e13b18dfe66c2dded44c194">SVF::SVFGOPT</a>
114
110
  </li>
115
111
  <li>WorkList
116
- : <a class="el" href="classSVF_1_1SVFGOPT.html#a3ee399dc45e90a512be7575642855f40">SVF::SVFGOPT</a>
117
- , <a class="el" href="classSVF_1_1WPASolver.html#a624e9156b2d3a4f284548cbaaf650334">SVF::WPASolver&lt; GraphType &gt;</a>
112
+ : <a class="el" href="classSVF_1_1SrcSnkSolver.html#a19861635c58ef6db7347c22daabf80da">SVF::SrcSnkSolver&lt; GraphType, DPIm &gt;</a>
113
+ , <a class="el" href="classSVF_1_1SVFGOPT.html#a3ee399dc45e90a512be7575642855f40">SVF::SVFGOPT</a>
118
114
  </li>
119
115
  <li>worklist
120
- : <a class="el" href="classSVF_1_1WPASolver.html#a1775717a8c8d5d125b7561bc1ae6abf5">SVF::WPASolver&lt; GraphType &gt;</a>
116
+ : <a class="el" href="classSVF_1_1SVFGOPT.html#a925f39665e13b18dfe66c2dded44c194">SVF::SVFGOPT</a>
117
+ , <a class="el" href="classSVF_1_1WPASolver.html#a1775717a8c8d5d125b7561bc1ae6abf5">SVF::WPASolver&lt; GraphType &gt;</a>
118
+ </li>
119
+ <li>WorkList
120
+ : <a class="el" href="classSVF_1_1WPASolver.html#a624e9156b2d3a4f284548cbaaf650334">SVF::WPASolver&lt; GraphType &gt;</a>
121
121
  </li>
122
122
  <li>WorkStack
123
123
  : <a class="el" href="classSVF_1_1CSC.html#a0490b9998987d245ee6e56bc68db4f1e">SVF::CSC</a>