svf-tools 1.0.620 → 1.0.621

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 (163) hide show
  1. package/SVF-doxygen/html/html/CFLAlias_8cpp_source.html +7 -2
  2. package/SVF-doxygen/html/html/CFLAlias_8h.html +4 -0
  3. package/SVF-doxygen/html/html/CFLAlias_8h_source.html +19 -10
  4. package/SVF-doxygen/html/html/CFLBase_8cpp_source.html +1 -1
  5. package/SVF-doxygen/html/html/CFLBase_8h_source.html +1 -1
  6. package/SVF-doxygen/html/html/CFLDataBuilder_8h.html +96 -0
  7. package/SVF-doxygen/html/html/CFLDataBuilder_8h_source.html +99 -0
  8. package/SVF-doxygen/html/html/CFLData_8h.html +106 -0
  9. package/SVF-doxygen/html/html/CFLData_8h_source.html +136 -0
  10. package/SVF-doxygen/html/html/CFLSolver_8cpp_source.html +7 -7
  11. package/SVF-doxygen/html/html/CFLSolver_8h.html +4 -0
  12. package/SVF-doxygen/html/html/CFLSolver_8h_source.html +22 -16
  13. package/SVF-doxygen/html/html/CFLVF_8cpp_source.html +1 -1
  14. package/SVF-doxygen/html/html/GraphWriter_8cpp_source.html +2 -1
  15. package/SVF-doxygen/html/html/GraphWriter_8h_source.html +2 -1
  16. package/SVF-doxygen/html/html/LLVMLoopAnalysis_8cpp_source.html +1 -1
  17. package/SVF-doxygen/html/html/Options_8cpp_source.html +4 -3
  18. package/SVF-doxygen/html/html/Options_8h_source.html +4 -3
  19. package/SVF-doxygen/html/html/annotated.html +357 -351
  20. package/SVF-doxygen/html/html/cfl_8cpp.html +1 -1
  21. package/SVF-doxygen/html/html/cfl_8cpp_source.html +1 -1
  22. package/SVF-doxygen/html/html/classSVF_1_1BVDataPTAImpl.html +1 -0
  23. package/SVF-doxygen/html/html/classSVF_1_1BVDataPTAImpl.png +0 -0
  24. package/SVF-doxygen/html/html/classSVF_1_1CFLAlias.html +27 -24
  25. package/SVF-doxygen/html/html/classSVF_1_1CFLAlias.png +0 -0
  26. package/SVF-doxygen/html/html/classSVF_1_1CFLBase.html +2 -1
  27. package/SVF-doxygen/html/html/classSVF_1_1CFLBase.png +0 -0
  28. package/SVF-doxygen/html/html/classSVF_1_1CFLData-members.html +110 -0
  29. package/SVF-doxygen/html/html/classSVF_1_1CFLData.html +1126 -0
  30. package/SVF-doxygen/html/html/classSVF_1_1CFLDataBuilder-members.html +88 -0
  31. package/SVF-doxygen/html/html/classSVF_1_1CFLDataBuilder.html +380 -0
  32. package/SVF-doxygen/html/html/classSVF_1_1CFLSolver.html +48 -39
  33. package/SVF-doxygen/html/html/classSVF_1_1CFLSolver.png +0 -0
  34. package/SVF-doxygen/html/html/classSVF_1_1CFLVF.html +1 -1
  35. package/SVF-doxygen/html/html/classSVF_1_1GraphWriter.html +3 -2
  36. package/SVF-doxygen/html/html/classSVF_1_1HybridData-members.html +89 -0
  37. package/SVF-doxygen/html/html/classSVF_1_1HybridData.html +449 -0
  38. package/SVF-doxygen/html/html/classSVF_1_1LLVMLoopAnalysis.html +1 -1
  39. package/SVF-doxygen/html/html/classSVF_1_1Options-members.html +45 -44
  40. package/SVF-doxygen/html/html/classSVF_1_1Options.html +28 -2
  41. package/SVF-doxygen/html/html/classSVF_1_1POCRAlias-members.html +281 -0
  42. package/SVF-doxygen/html/html/classSVF_1_1POCRAlias.html +828 -0
  43. package/SVF-doxygen/html/html/classSVF_1_1POCRAlias.png +0 -0
  44. package/SVF-doxygen/html/html/classSVF_1_1POCRSolver-members.html +98 -0
  45. package/SVF-doxygen/html/html/classSVF_1_1POCRSolver.html +245 -0
  46. package/SVF-doxygen/html/html/classSVF_1_1POCRSolver.png +0 -0
  47. package/SVF-doxygen/html/html/classSVF_1_1PointerAnalysis.html +2 -1
  48. package/SVF-doxygen/html/html/classSVF_1_1PointerAnalysis.png +0 -0
  49. package/SVF-doxygen/html/html/classSVF_1_1SVFIRBuilder.html +1 -1
  50. package/SVF-doxygen/html/html/classes.html +110 -109
  51. package/SVF-doxygen/html/html/dir_ae8aa099e368efaa962140c6624142bc.html +4 -0
  52. package/SVF-doxygen/html/html/files.html +9 -7
  53. package/SVF-doxygen/html/html/functions.html +7 -1
  54. package/SVF-doxygen/html/html/functions_0x7e.html +18 -0
  55. package/SVF-doxygen/html/html/functions_a.html +38 -14
  56. package/SVF-doxygen/html/html/functions_b.html +9 -4
  57. package/SVF-doxygen/html/html/functions_c.html +59 -38
  58. package/SVF-doxygen/html/html/functions_d.html +7 -1
  59. package/SVF-doxygen/html/html/functions_e.html +5 -1
  60. package/SVF-doxygen/html/html/functions_func.html +35 -11
  61. package/SVF-doxygen/html/html/functions_func_0x7e.html +18 -0
  62. package/SVF-doxygen/html/html/functions_func_b.html +8 -3
  63. package/SVF-doxygen/html/html/functions_func_c.html +42 -27
  64. package/SVF-doxygen/html/html/functions_func_e.html +2 -1
  65. package/SVF-doxygen/html/html/functions_func_g.html +20 -7
  66. package/SVF-doxygen/html/html/functions_func_h.html +10 -3
  67. package/SVF-doxygen/html/html/functions_func_i.html +14 -10
  68. package/SVF-doxygen/html/html/functions_func_m.html +3 -2
  69. package/SVF-doxygen/html/html/functions_func_o.html +13 -11
  70. package/SVF-doxygen/html/html/functions_func_p.html +6 -3
  71. package/SVF-doxygen/html/html/functions_func_t.html +3 -0
  72. package/SVF-doxygen/html/html/functions_g.html +22 -9
  73. package/SVF-doxygen/html/html/functions_h.html +12 -5
  74. package/SVF-doxygen/html/html/functions_i.html +20 -11
  75. package/SVF-doxygen/html/html/functions_l.html +3 -3
  76. package/SVF-doxygen/html/html/functions_m.html +2 -1
  77. package/SVF-doxygen/html/html/functions_n.html +3 -3
  78. package/SVF-doxygen/html/html/functions_o.html +26 -24
  79. package/SVF-doxygen/html/html/functions_p.html +23 -14
  80. package/SVF-doxygen/html/html/functions_r.html +3 -5
  81. package/SVF-doxygen/html/html/functions_s.html +11 -10
  82. package/SVF-doxygen/html/html/functions_t.html +13 -4
  83. package/SVF-doxygen/html/html/functions_type_c.html +2 -1
  84. package/SVF-doxygen/html/html/functions_type_d.html +3 -0
  85. package/SVF-doxygen/html/html/functions_type_i.html +2 -1
  86. package/SVF-doxygen/html/html/functions_type_t.html +3 -0
  87. package/SVF-doxygen/html/html/functions_v.html +3 -3
  88. package/SVF-doxygen/html/html/functions_vars.html +7 -1
  89. package/SVF-doxygen/html/html/functions_vars_c.html +3 -0
  90. package/SVF-doxygen/html/html/functions_vars_d.html +3 -0
  91. package/SVF-doxygen/html/html/functions_vars_e.html +3 -0
  92. package/SVF-doxygen/html/html/functions_vars_i.html +4 -0
  93. package/SVF-doxygen/html/html/functions_vars_p.html +6 -0
  94. package/SVF-doxygen/html/html/functions_vars_s.html +3 -0
  95. package/SVF-doxygen/html/html/functions_vars_t.html +3 -0
  96. package/SVF-doxygen/html/html/hierarchy.html +517 -511
  97. package/SVF-doxygen/html/html/namespaceSVF.html +29 -0
  98. package/SVF-doxygen/html/html/namespaceSVF_1_1DOT.html +3 -2
  99. package/SVF-doxygen/html/html/namespacemembers_l.html +3 -0
  100. package/SVF-doxygen/html/html/namespacemembers_type_l.html +3 -0
  101. package/SVF-doxygen/html/html/search/all_0.js +2 -1
  102. package/SVF-doxygen/html/html/search/all_1.js +8 -1
  103. package/SVF-doxygen/html/html/search/all_10.js +8 -5
  104. package/SVF-doxygen/html/html/search/all_11.js +3 -3
  105. package/SVF-doxygen/html/html/search/all_12.js +7 -6
  106. package/SVF-doxygen/html/html/search/all_13.js +7 -4
  107. package/SVF-doxygen/html/html/search/all_15.js +1 -1
  108. package/SVF-doxygen/html/html/search/all_19.js +6 -0
  109. package/SVF-doxygen/html/html/search/all_2.js +3 -2
  110. package/SVF-doxygen/html/html/search/all_3.js +11 -6
  111. package/SVF-doxygen/html/html/search/all_4.js +2 -1
  112. package/SVF-doxygen/html/html/search/all_5.js +2 -1
  113. package/SVF-doxygen/html/html/search/all_7.js +5 -1
  114. package/SVF-doxygen/html/html/search/all_8.js +4 -2
  115. package/SVF-doxygen/html/html/search/all_9.js +7 -5
  116. package/SVF-doxygen/html/html/search/all_c.js +3 -2
  117. package/SVF-doxygen/html/html/search/all_d.js +1 -1
  118. package/SVF-doxygen/html/html/search/all_e.js +2 -2
  119. package/SVF-doxygen/html/html/search/all_f.js +4 -4
  120. package/SVF-doxygen/html/html/search/classes_10.js +1 -0
  121. package/SVF-doxygen/html/html/search/classes_2.js +2 -0
  122. package/SVF-doxygen/html/html/search/classes_7.js +2 -1
  123. package/SVF-doxygen/html/html/search/classes_d.js +2 -0
  124. package/SVF-doxygen/html/html/search/files_2.js +2 -0
  125. package/SVF-doxygen/html/html/search/functions_0.js +8 -1
  126. package/SVF-doxygen/html/html/search/functions_1.js +3 -2
  127. package/SVF-doxygen/html/html/search/functions_11.js +1 -1
  128. package/SVF-doxygen/html/html/search/functions_12.js +1 -0
  129. package/SVF-doxygen/html/html/search/functions_17.js +6 -0
  130. package/SVF-doxygen/html/html/search/functions_2.js +4 -1
  131. package/SVF-doxygen/html/html/search/functions_4.js +1 -1
  132. package/SVF-doxygen/html/html/search/functions_6.js +5 -1
  133. package/SVF-doxygen/html/html/search/functions_7.js +4 -2
  134. package/SVF-doxygen/html/html/search/functions_8.js +3 -2
  135. package/SVF-doxygen/html/html/search/functions_c.js +1 -1
  136. package/SVF-doxygen/html/html/search/functions_e.js +2 -2
  137. package/SVF-doxygen/html/html/search/functions_f.js +1 -0
  138. package/SVF-doxygen/html/html/search/typedefs_11.js +2 -1
  139. package/SVF-doxygen/html/html/search/typedefs_2.js +1 -1
  140. package/SVF-doxygen/html/html/search/typedefs_3.js +1 -0
  141. package/SVF-doxygen/html/html/search/typedefs_7.js +1 -1
  142. package/SVF-doxygen/html/html/search/typedefs_a.js +1 -0
  143. package/SVF-doxygen/html/html/search/variables_0.js +2 -1
  144. package/SVF-doxygen/html/html/search/variables_10.js +2 -0
  145. package/SVF-doxygen/html/html/search/variables_12.js +1 -0
  146. package/SVF-doxygen/html/html/search/variables_13.js +2 -1
  147. package/SVF-doxygen/html/html/search/variables_3.js +1 -0
  148. package/SVF-doxygen/html/html/search/variables_4.js +1 -0
  149. package/SVF-doxygen/html/html/search/variables_5.js +1 -0
  150. package/SVF-doxygen/html/html/search/variables_9.js +2 -1
  151. package/SVF-doxygen/html/html/search/variables_c.js +1 -1
  152. package/SVF-doxygen/html/html/search/variables_e.js +1 -1
  153. package/SVF-doxygen/html/html/structSVF_1_1HybridData_1_1TreeNode-members.html +86 -0
  154. package/SVF-doxygen/html/html/structSVF_1_1HybridData_1_1TreeNode.html +255 -0
  155. package/include/CFL/CFLAlias.h +34 -0
  156. package/include/CFL/CFLData.h +316 -0
  157. package/include/CFL/CFLDataBuilder.h +91 -0
  158. package/include/CFL/CFLSolver.h +21 -0
  159. package/include/Util/Options.h +1 -0
  160. package/lib/CFL/CFLAlias.cpp +36 -0
  161. package/lib/Util/Options.cpp +5 -0
  162. package/package.json +1 -1
  163. package/tools/CFL/cfl.cpp +2 -0
@@ -182,6 +182,9 @@ $(function() {
182
182
  : <a class="el" href="classSVF_1_1IntervalValue.html#a739ab04e16ec1156be71b29d49998a4f">SVF::IntervalValue</a>
183
183
  , <a class="el" href="classSVF_1_1NumericLiteral.html#a42f5bdc956614b4c431f7045f744ac7d">SVF::NumericLiteral</a>
184
184
  </li>
185
+ <li>POCRAlias()
186
+ : <a class="el" href="classSVF_1_1POCRAlias.html#a5931bb7bb7c0be1138310f8da9548bb9">SVF::POCRAlias</a>
187
+ </li>
185
188
  <li>pointee_iter()
186
189
  : <a class="el" href="structSVF_1_1pointee__iter.html#a99d911b02890643ba8680b140999b59e">SVF::pointee_iter&lt; WrappedIteratorT, T &gt;</a>
187
190
  </li>
@@ -192,7 +195,7 @@ $(function() {
192
195
  : <a class="el" href="classSVF_1_1PointerAnalysis.html#a14e2a209cb594f91a24ef09b12f82f3f">SVF::PointerAnalysis</a>
193
196
  </li>
194
197
  <li>pointsTo()
195
- : <a class="el" href="classSVF_1_1CondPointsToSet.html#ada240bc77570174a1d17ac097583fa78">SVF::CondPointsToSet&lt; Cond &gt;</a>
198
+ : <a class="el" href="classSVF_1_1CondPointsToSet.html#a63f09ca69e00b317de29af6a6a12daac">SVF::CondPointsToSet&lt; Cond &gt;</a>
196
199
  </li>
197
200
  <li>PointsTo()
198
201
  : <a class="el" href="classSVF_1_1PointsTo.html#aca4e7e88f2e1ec87a9576cc6c866adde">SVF::PointsTo</a>
@@ -301,7 +304,7 @@ $(function() {
301
304
  , <a class="el" href="classSVF_1_1PersistentPointsToCache.html#a7d101df4e73b8fbf9ec0df25190417b5">SVF::PersistentPointsToCache&lt; Data &gt;</a>
302
305
  </li>
303
306
  <li>printTable()
304
- : <a class="el" href="classSVF_1_1IntervalExeState.html#abf57a44b95108e255242f630ba33f37b">SVF::IntervalExeState</a>
307
+ : <a class="el" href="classSVF_1_1IntervalExeState.html#adbfb716c41fdc758f792e8ffb81a17fa">SVF::IntervalExeState</a>
305
308
  </li>
306
309
  <li>printTDFuns()
307
310
  : <a class="el" href="classSVF_1_1PCG.html#af8af0a2a2159261bf05abe226c43006e">SVF::PCG</a>
@@ -391,7 +394,7 @@ $(function() {
391
394
  : <a class="el" href="classSVF_1_1FlowSensitive.html#a3abffe1434386b1ce349fbed0cfe0967">SVF::FlowSensitive</a>
392
395
  </li>
393
396
  <li>propagateVersion()
394
- : <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#a7a98162b69de90f80ce853a6ff43af56">SVF::VersionedFlowSensitive</a>
397
+ : <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#ad1aa83a71379164d3b7ccf6b61639cb1">SVF::VersionedFlowSensitive</a>
395
398
  </li>
396
399
  <li>propagateViaObj()
397
400
  : <a class="el" href="classSVF_1_1ContextDDA.html#a45d7a381fec0692b4d2f7d0eec47ccf1">SVF::ContextDDA</a>
@@ -311,6 +311,9 @@ $(function() {
311
311
  <li>traverseDendrogram()
312
312
  : <a class="el" href="classSVF_1_1NodeIDAllocator_1_1Clusterer.html#abd44e3b07b0482bacf6b1a080fe650c6">SVF::NodeIDAllocator::Clusterer</a>
313
313
  </li>
314
+ <li>TreeNode()
315
+ : <a class="el" href="structSVF_1_1HybridData_1_1TreeNode.html#a4b273b1b7152457e9d445cfd766ab736">SVF::HybridData::TreeNode</a>
316
+ </li>
314
317
  <li>TypeAnalysis()
315
318
  : <a class="el" href="classSVF_1_1TypeAnalysis.html#aaec66fea631bfe00064182e17dfb9db3">SVF::TypeAnalysis</a>
316
319
  </li>
@@ -1709,6 +1709,7 @@ $(function() {
1709
1709
  , <a class="el" href="classSVF_1_1DCHGraph.html#a96c68bbb5ee5e939158ce0b67da2c61d">SVF::DCHGraph</a>
1710
1710
  , <a class="el" href="structSVF_1_1GenericGraphTraits_3_01SVF_1_1GenericGraph_3_01NodeTy_00_01EdgeTy_01_4_01_5_4.html#a2fe6388f27ab97ed38a52b6af3f3ca58">SVF::GenericGraphTraits&lt; SVF::GenericGraph&lt; NodeTy, EdgeTy &gt; *&gt;</a>
1711
1711
  , <a class="el" href="classSVF_1_1GraphReachSolver.html#a0b7f0923105dfb198a2a8428d6c1ca98">SVF::GraphReachSolver&lt; GraphType, DPIm &gt;</a>
1712
+ , <a class="el" href="classSVF_1_1HybridData.html#ab27e0428efc2db15a97238f2e17e9e73">SVF::HybridData</a>
1712
1713
  , <a class="el" href="classSVF_1_1SrcSnkSolver.html#a18008d5496010aa5f54aade230bd64ff">SVF::SrcSnkSolver&lt; GraphType, DPIm &gt;</a>
1713
1714
  </li>
1714
1715
  <li>getNodeAttributes()
@@ -1953,7 +1954,7 @@ $(function() {
1953
1954
  , <a class="el" href="classSVF_1_1RaceResultValidator.html#afdd89e26a7c168762bfe85746252827f">SVF::RaceResultValidator</a>
1954
1955
  </li>
1955
1956
  <li>getOutputforInterlevAnalysis()
1956
- : <a class="el" href="classSVF_1_1MTAResultValidator.html#ac24a8a6922d9dc9edecab3bc45bc9204">SVF::MTAResultValidator</a>
1957
+ : <a class="el" href="classSVF_1_1MTAResultValidator.html#a9f7c30f6bb29630101b034009f7d944c">SVF::MTAResultValidator</a>
1957
1958
  </li>
1958
1959
  <li>getPAG()
1959
1960
  : <a class="el" href="classSVF_1_1FSMPTA.html#ad93ee6450a9eb498369bf63acc9f6578">SVF::FSMPTA</a>
@@ -2042,7 +2043,7 @@ $(function() {
2042
2043
  : <a class="el" href="classSVF_1_1MRGenerator.html#a6d86c8ebe87cb54f39e52daa7ffb0e2e">SVF::MRGenerator</a>
2043
2044
  </li>
2044
2045
  <li>getPostDomTreeMap()
2045
- : <a class="el" href="classSVF_1_1SVFLoopAndDomInfo.html#ad07f95e790b5c3a50c864155aa20a083">SVF::SVFLoopAndDomInfo</a>
2046
+ : <a class="el" href="classSVF_1_1SVFLoopAndDomInfo.html#a6b87fa0530b6d94f201a0989b35c2277">SVF::SVFLoopAndDomInfo</a>
2046
2047
  </li>
2047
2048
  <li>getPredecessors()
2048
2049
  : <a class="el" href="classSVF_1_1SVFBasicBlock.html#ac6fabc508f6b64127bb597f7b2110231">SVF::SVFBasicBlock</a>
@@ -2051,7 +2052,13 @@ $(function() {
2051
2052
  : <a class="el" href="classSVF_1_1CmpStmt.html#aa6a21fb1cfbc263bb38651176c495632">SVF::CmpStmt</a>
2052
2053
  </li>
2053
2054
  <li>getPredInstructions()
2054
- : <a class="el" href="classSVF_1_1SVFInstruction.html#acc18d048b6f6b07bf1786980bb2d74f8">SVF::SVFInstruction</a>
2055
+ : <a class="el" href="classSVF_1_1SVFInstruction.html#a51c967b9e808b077562fbf25a04bafdc">SVF::SVFInstruction</a>
2056
+ </li>
2057
+ <li>getPredMap()
2058
+ : <a class="el" href="classSVF_1_1CFLData.html#a997fd769bab5e47a648f080796e6ce5a">SVF::CFLData</a>
2059
+ </li>
2060
+ <li>getPreds()
2061
+ : <a class="el" href="classSVF_1_1CFLData.html#a27871f50a6b24770a7c8e4a7a1c42820">SVF::CFLData</a>
2055
2062
  </li>
2056
2063
  <li>getPreviousMemoryAccessInst()
2057
2064
  : <a class="el" href="classSVF_1_1LockResultValidator.html#a0be1cdab3c36835044e3b26d5d8402e6">SVF::LockResultValidator</a>
@@ -2136,7 +2143,7 @@ $(function() {
2136
2143
  , <a class="el" href="classSVF_1_1MutablePTData.html#a8838058efe94b62553bb5416fdc2ec5b">SVF::MutablePTData&lt; Key, KeySet, Data, DataSet &gt;</a>
2137
2144
  </li>
2138
2145
  <li>getPtsSubSetMap()
2139
- : <a class="el" href="classSVF_1_1IntraDisjointMRG.html#ae3c857c056f4e6e863843bafba7fdea1">SVF::IntraDisjointMRG</a>
2146
+ : <a class="el" href="classSVF_1_1IntraDisjointMRG.html#ad0640ef6e02d9a90964ca495c0fd8f53">SVF::IntraDisjointMRG</a>
2140
2147
  </li>
2141
2148
  <li>getRawProductions()
2142
2149
  : <a class="el" href="classSVF_1_1GrammarBase.html#a4561438149716c91178ea013686f66ae">SVF::GrammarBase</a>
@@ -2402,10 +2409,16 @@ $(function() {
2402
2409
  , <a class="el" href="classSVF_1_1SVFBasicBlock.html#a66f51cd41e93ad055c4a0c2874e73fae">SVF::SVFBasicBlock</a>
2403
2410
  </li>
2404
2411
  <li>getSuccInstructions()
2405
- : <a class="el" href="classSVF_1_1SVFInstruction.html#a281d6b024afeeb96bac281eb23ce3f1f">SVF::SVFInstruction</a>
2412
+ : <a class="el" href="classSVF_1_1SVFInstruction.html#a6364671e823166d1192bf791a8dd412b">SVF::SVFInstruction</a>
2413
+ </li>
2414
+ <li>getSuccMap()
2415
+ : <a class="el" href="classSVF_1_1CFLData.html#ae764a0df4fe6ad0791418f617bae6e38">SVF::CFLData</a>
2406
2416
  </li>
2407
2417
  <li>getSuccNodes()
2408
- : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#a8164ae39b494115142767abc29cebd53">SVF::MTASVFGBuilder</a>
2418
+ : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#a7033805052c8fae5cd0104fdd9e345c0">SVF::MTASVFGBuilder</a>
2419
+ </li>
2420
+ <li>getSuccs()
2421
+ : <a class="el" href="classSVF_1_1CFLData.html#a4143cd55f9b844d35c1d8bf457db2cd4">SVF::CFLData</a>
2409
2422
  </li>
2410
2423
  <li>getSVFArgument()
2411
2424
  : <a class="el" href="classSVF_1_1LLVMModuleSet.html#ad3f66b40ad360003845253f452d6a711">SVF::LLVMModuleSet</a>
@@ -2420,7 +2433,7 @@ $(function() {
2420
2433
  : <a class="el" href="classSVF_1_1LLVMModuleSet.html#a25821b0feeb3b08e00ec9d444520b727">SVF::LLVMModuleSet</a>
2421
2434
  </li>
2422
2435
  <li>getSVFFunction()
2423
- : <a class="el" href="classSVF_1_1LLVMModuleSet.html#a50fc24901350df9db890ba16a9b87e33">SVF::LLVMModuleSet</a>
2436
+ : <a class="el" href="classSVF_1_1LLVMModuleSet.html#affc126c56bc3146bef55c74a2bd8bc21">SVF::LLVMModuleSet</a>
2424
2437
  , <a class="el" href="classSVF_1_1SVFModule.html#aadc9f4ecf876de71548338df44c3c658">SVF::SVFModule</a>
2425
2438
  </li>
2426
2439
  <li>getSVFG()
@@ -2491,7 +2504,7 @@ $(function() {
2491
2504
  : <a class="el" href="classSVF_1_1ThreadAPI.html#a8c6617f2df59ff166b13242060707013">SVF::ThreadAPI</a>
2492
2505
  </li>
2493
2506
  <li>getTaskFuncAtHareParForSite()
2494
- : <a class="el" href="classSVF_1_1ThreadAPI.html#ab15b12637a557b53b92e9087eaf66cd6">SVF::ThreadAPI</a>
2507
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#ae72d7dcd1e0836e5d1c5a2c682abe31c">SVF::ThreadAPI</a>
2495
2508
  </li>
2496
2509
  <li>getTCG()
2497
2510
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#a8ad9b8cb0e6300b2ffc55244e53cece6">SVF::ForkJoinAnalysis</a>
@@ -2735,7 +2748,7 @@ $(function() {
2735
2748
  : <a class="el" href="classSVF_1_1SVFConstantInt.html#aabc3c47a6e4036bf993fe29fa195bf1e">SVF::SVFConstantInt</a>
2736
2749
  </li>
2737
2750
  <li>global_begin()
2738
- : <a class="el" href="classSVF_1_1SVFModule.html#af81c6deed3978562f83f120119c6aad2">SVF::SVFModule</a>
2751
+ : <a class="el" href="classSVF_1_1SVFModule.html#a4dc32c583d29d74d052eaa5665b0b70e">SVF::SVFModule</a>
2739
2752
  </li>
2740
2753
  <li>global_end()
2741
2754
  : <a class="el" href="classSVF_1_1SVFModule.html#afa9068e662918f6649d5ca25340a3ae2">SVF::SVFModule</a>
@@ -287,7 +287,8 @@ $(function() {
287
287
  : <a class="el" href="classSVF_1_1Annotator.html#ad78f6de28e5474614f16707e1c599f48">SVF::Annotator</a>
288
288
  </li>
289
289
  <li>hasEdge()
290
- : <a class="el" href="classSVF_1_1CFLGraph.html#aca4c22dd10f65bcde5dadb7688544b50">SVF::CFLGraph</a>
290
+ : <a class="el" href="classSVF_1_1CFLData.html#aa8a05aeeff41bfe940694c1ffb265371">SVF::CFLData</a>
291
+ , <a class="el" href="classSVF_1_1CFLGraph.html#aca4c22dd10f65bcde5dadb7688544b50">SVF::CFLGraph</a>
291
292
  , <a class="el" href="classSVF_1_1ConstraintGraph.html#a5f57823a4918f6c6bfee9c18beddda51">SVF::ConstraintGraph</a>
292
293
  , <a class="el" href="classSVF_1_1DCHGraph.html#a74b2e5787f65cf3e3b4a03ebec806b91">SVF::DCHGraph</a>
293
294
  </li>
@@ -337,7 +338,7 @@ $(function() {
337
338
  : <a class="el" href="classSVF_1_1ICFG.html#a16c2ed1f9e28c84669b14dc48fb3c01a">SVF::ICFG</a>
338
339
  </li>
339
340
  <li>hasIncomingEdge()
340
- : <a class="el" href="classSVF_1_1GenericNode.html#a06a7373b11143e709784de784fa476fe">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
341
+ : <a class="el" href="classSVF_1_1GenericNode.html#add6b6b3bd45a9460335c5db9eda821b8">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
341
342
  </li>
342
343
  <li>hasIncomingEdges()
343
344
  : <a class="el" href="classSVF_1_1SVFVar.html#a747b2c92c81d32fcd357e80d2d8fe7cc">SVF::SVFVar</a>
@@ -345,6 +346,9 @@ $(function() {
345
346
  <li>hasIncomingVariantGepEdge()
346
347
  : <a class="el" href="classSVF_1_1SVFVar.html#a71e4fd7a1271a17e971ed90044e6da24">SVF::SVFVar</a>
347
348
  </li>
349
+ <li>hasInd()
350
+ : <a class="el" href="classSVF_1_1HybridData.html#aa07399d09863d01ea05a0418846eeb7b">SVF::HybridData</a>
351
+ </li>
348
352
  <li>hasIndCSCallees()
349
353
  : <a class="el" href="classSVF_1_1PointerAnalysis.html#abdacd060691add054839aa183babe095">SVF::PointerAnalysis</a>
350
354
  , <a class="el" href="classSVF_1_1PTACallGraph.html#a71a63c53a093ea8e450fb53fd60c9424">SVF::PTACallGraph</a>
@@ -376,7 +380,7 @@ $(function() {
376
380
  , <a class="el" href="classSVF_1_1TCT.html#a59125bb4878bc347dbdbc74aa6ec4cdf">SVF::TCT</a>
377
381
  </li>
378
382
  <li>hasLabeledEdge()
379
- : <a class="el" href="classSVF_1_1IRGraph.html#a1c999e2fd771e4fda192af096e3ec92c">SVF::IRGraph</a>
383
+ : <a class="el" href="classSVF_1_1IRGraph.html#a192e584440eb141e0d35d8fed671bbe0">SVF::IRGraph</a>
380
384
  </li>
381
385
  <li>hasLoop()
382
386
  : <a class="el" href="classSVF_1_1TCT.html#a103d85882e753fe90893a4f0e78dda26">SVF::TCT</a>
@@ -407,7 +411,7 @@ $(function() {
407
411
  : <a class="el" href="classSVF_1_1LockAnalysis.html#a7d2072c3c0ae571077a2aa2c3586451d">SVF::LockAnalysis</a>
408
412
  </li>
409
413
  <li>hasOutgoingEdge()
410
- : <a class="el" href="classSVF_1_1GenericNode.html#aa0c40cb708b39300b3cb7354194e4993">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
414
+ : <a class="el" href="classSVF_1_1GenericNode.html#a0931220d7a38e03f206cbdc6465d32ad">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
411
415
  </li>
412
416
  <li>hasOutgoingEdges()
413
417
  : <a class="el" href="classSVF_1_1SVFVar.html#a9b00f9b5f8ad2422162f4396e2d8fa42">SVF::SVFVar</a>
@@ -481,7 +485,7 @@ $(function() {
481
485
  : <a class="el" href="classSVF_1_1ICFG.html#a29fb70d6638765ce291c5a8a11fbea64">SVF::ICFG</a>
482
486
  </li>
483
487
  <li>hasThreadJoinEdge()
484
- : <a class="el" href="classSVF_1_1ThreadCallGraph.html#a5f7c92af1a4ce33e4746f5b65c9c8421">SVF::ThreadCallGraph</a>
488
+ : <a class="el" href="classSVF_1_1ThreadCallGraph.html#a98214e970762f43d0e9ad719961b4021">SVF::ThreadCallGraph</a>
485
489
  </li>
486
490
  <li>hasThreadStmtSet()
487
491
  : <a class="el" href="classSVF_1_1MHP.html#a27d031e9c7c4706d7ee1750668e83b99">SVF::MHP</a>
@@ -543,6 +547,9 @@ $(function() {
543
547
  <li>HPPair
544
548
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#a4ad5c7a21ca994d908d648ca9d9e1833">SVF::ForkJoinAnalysis</a>
545
549
  </li>
550
+ <li>HybridData()
551
+ : <a class="el" href="classSVF_1_1HybridData.html#a6300911be9cebefba2248afd9dce59ce">SVF::HybridData</a>
552
+ </li>
546
553
  </ul>
547
554
  </div><!-- contents -->
548
555
  <!-- start footer part -->
@@ -135,12 +135,12 @@ $(function() {
135
135
  : <a class="el" href="classSVF_1_1ICFGStat.html#a69670ae14f5ec47728e2ddc7dd4dec84">SVF::ICFGStat</a>
136
136
  , <a class="el" href="classSVF_1_1SVFLoop.html#a4519b374ff32534797ad2afe1c1f672f">SVF::SVFLoop</a>
137
137
  </li>
138
- <li>ICFGNodeToSVFLoopVec
139
- : <a class="el" href="classSVF_1_1ICFG.html#a4288dd1d729524b8e8a92954852a2317">SVF::ICFG</a>
140
- </li>
141
138
  <li>icfgNodeToSVFLoopVec
142
139
  : <a class="el" href="classSVF_1_1ICFG.html#a7d6aeecb00d77600a204a72d60023d54">SVF::ICFG</a>
143
140
  </li>
141
+ <li>ICFGNodeToSVFLoopVec
142
+ : <a class="el" href="classSVF_1_1ICFG.html#a4288dd1d729524b8e8a92954852a2317">SVF::ICFG</a>
143
+ </li>
144
144
  <li>ICFGStat()
145
145
  : <a class="el" href="classSVF_1_1ICFGStat.html#a3bbad3d1c0ab0cad3cc4b7aa069d1f9f">SVF::ICFGStat</a>
146
146
  </li>
@@ -150,6 +150,7 @@ $(function() {
150
150
  </li>
151
151
  <li>id
152
152
  : <a class="el" href="classSVF_1_1GenericNode.html#aaa53457604fe4cf4cb97ca85d33907b0">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
153
+ , <a class="el" href="structSVF_1_1HybridData_1_1TreeNode.html#aee14edee2d81613c48c00b090ff0e66b">SVF::HybridData::TreeNode</a>
153
154
  </li>
154
155
  <li>ID
155
156
  : <a class="el" href="classSVF_1_1MergeFunctionRets.html#a7a763ae6c9d3c72345495f01b0b4b458">SVF::MergeFunctionRets</a>
@@ -274,6 +275,9 @@ $(function() {
274
275
  <li>IndirectSVFGEdge()
275
276
  : <a class="el" href="classSVF_1_1IndirectSVFGEdge.html#a6d40ccc9b99aec6515c2ef1df5a7b18f">SVF::IndirectSVFGEdge</a>
276
277
  </li>
278
+ <li>indMap
279
+ : <a class="el" href="classSVF_1_1HybridData.html#abec2faddf70b046941f146976c8d05df">SVF::HybridData</a>
280
+ </li>
277
281
  <li>indVFEdgeEnd()
278
282
  : <a class="el" href="classSVF_1_1SVFGStat.html#a8b3b9a211f410e67e8fd1a79d3db9023">SVF::SVFGStat</a>
279
283
  </li>
@@ -360,6 +364,7 @@ $(function() {
360
364
  , <a class="el" href="classSVF_1_1FlowSensitive.html#ad3566c57f8456e98542f5a0b765e3cc6">SVF::FlowSensitive</a>
361
365
  , <a class="el" href="classSVF_1_1FSMPTA.html#acbfb7d2a6d38b54966c98102c1ea6a38">SVF::FSMPTA</a>
362
366
  , <a class="el" href="classSVF_1_1MTAAnnotator.html#a108616cc98f15af3010ca45b91f32c04">SVF::MTAAnnotator</a>
367
+ , <a class="el" href="classSVF_1_1POCRAlias.html#aad3e90950c4393abddb52afd68cb9f89">SVF::POCRAlias</a>
363
368
  , <a class="el" href="classSVF_1_1PointerAnalysis.html#a431ec4f85eb0f029e5740b92fd9ceb32">SVF::PointerAnalysis</a>
364
369
  , <a class="el" href="classSVF_1_1SrcSnkDDA.html#a8883b9a42106ed8c55835d2ba9a579cd">SVF::SrcSnkDDA</a>
365
370
  , <a class="el" href="classSVF_1_1TypeAnalysis.html#a34177236a41f7a2b432243062f829985">SVF::TypeAnalysis</a>
@@ -448,6 +453,9 @@ $(function() {
448
453
  <li>insertEBNFSigns()
449
454
  : <a class="el" href="classSVF_1_1GrammarBase.html#a2af19122bccb7ca0c7ab44a07a1bdfb1">SVF::GrammarBase</a>
450
455
  </li>
456
+ <li>insertEdge()
457
+ : <a class="el" href="classSVF_1_1HybridData.html#a6b88524881456cfa725a818bb6e227aa">SVF::HybridData</a>
458
+ </li>
451
459
  <li>insertNonterminalKind()
452
460
  : <a class="el" href="classSVF_1_1GrammarBase.html#ac15b20ef3698ddab09c4c60e302ea4a0">SVF::GrammarBase</a>
453
461
  </li>
@@ -629,7 +637,7 @@ $(function() {
629
637
  , <a class="el" href="classSVF_1_1ExeState.html#a259b93247e06141077b2c1ae15efcbb8a39d5fb8ca9906072253f8af46b916351">SVF::ExeState</a>
630
638
  </li>
631
639
  <li>IntervalValue()
632
- : <a class="el" href="classSVF_1_1IntervalValue.html#a73aee65aae0f2ef368d159d29e1d5a30">SVF::IntervalValue</a>
640
+ : <a class="el" href="classSVF_1_1IntervalValue.html#ad51535cb50a03df7a439b4e5b5d305f0">SVF::IntervalValue</a>
633
641
  </li>
634
642
  <li>intraBackwardTraverse()
635
643
  : <a class="el" href="classSVF_1_1LockAnalysis.html#a5f693c893f3701e1e025881f91193d53">SVF::LockAnalysis</a>
@@ -965,7 +973,7 @@ $(function() {
965
973
  : <a class="el" href="classSVF_1_1PCG.html#a767a7ea009067e7f82bb70b29688a144">SVF::PCG</a>
966
974
  </li>
967
975
  <li>isFOpen()
968
- : <a class="el" href="classSVF_1_1SaberCheckerAPI.html#a0977378f6f2a782041c97912762deb5f">SVF::SaberCheckerAPI</a>
976
+ : <a class="el" href="classSVF_1_1SaberCheckerAPI.html#a5a2f7cb7f46b6edd80e6d4611f07e327">SVF::SaberCheckerAPI</a>
969
977
  </li>
970
978
  <li>isForksite()
971
979
  : <a class="el" href="classSVF_1_1ThreadCallGraph.html#a07d3db6ffe8d75effd6fbc3856c484fe">SVF::ThreadCallGraph</a>
@@ -1004,7 +1012,7 @@ $(function() {
1004
1012
  , <a class="el" href="classSVF_1_1SrcSnkDDA.html#a391bb031b2f244e930b266a29cda0af7">SVF::SrcSnkDDA</a>
1005
1013
  </li>
1006
1014
  <li>isHareParFor()
1007
- : <a class="el" href="classSVF_1_1ThreadAPI.html#ab96065dc1bb1cc29f9c37c885f524b34">SVF::ThreadAPI</a>
1015
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#adb944c2287cf7686a03b0e53a03ba025">SVF::ThreadAPI</a>
1008
1016
  </li>
1009
1017
  <li>isHBPair()
1010
1018
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#a86c68ce5fd8825b1593d92a5a5bad389">SVF::ForkJoinAnalysis</a>
@@ -1014,7 +1022,7 @@ $(function() {
1014
1022
  : <a class="el" href="classSVF_1_1Wto.html#a3295f19587ca6d3e2fd60b77e95d2b50">SVF::Wto</a>
1015
1023
  </li>
1016
1024
  <li>isHeadofSpan()
1017
- : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#ad0c3ea19875191721cd466fe85b91a8c">SVF::MTASVFGBuilder</a>
1025
+ : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#a5c32c2f5038aab15ec2da50c7c99b405">SVF::MTASVFGBuilder</a>
1018
1026
  </li>
1019
1027
  <li>isHeap()
1020
1028
  : <a class="el" href="classSVF_1_1MemObj.html#a898c5bb3956402578266a6fb142e02b1">SVF::MemObj</a>
@@ -1429,10 +1437,10 @@ $(function() {
1429
1437
  , <a class="el" href="classSVF_1_1ThreadAPI.html#a742161b465774d74306df68a2bbe95e8">SVF::ThreadAPI</a>
1430
1438
  </li>
1431
1439
  <li>isTDBarWait()
1432
- : <a class="el" href="classSVF_1_1ThreadAPI.html#a62a5d4709eb9f1e4e9dd20b87dac8c42">SVF::ThreadAPI</a>
1440
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#af3aa58dc83dca382162df67c12169585">SVF::ThreadAPI</a>
1433
1441
  </li>
1434
1442
  <li>isTDExit()
1435
- : <a class="el" href="classSVF_1_1ThreadAPI.html#a3e175d985de53d0aadb026168e8a1a0e">SVF::ThreadAPI</a>
1443
+ : <a class="el" href="classSVF_1_1ThreadAPI.html#a22d6c0cf0ba19af0661b106a8859024f">SVF::ThreadAPI</a>
1436
1444
  </li>
1437
1445
  <li>isTDFork()
1438
1446
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#a66965759d876309c64faf4b755afc2a7">SVF::ForkJoinAnalysis</a>
@@ -1546,7 +1554,7 @@ $(function() {
1546
1554
  : <a class="el" href="classSVF_1_1SparseBitVector_1_1SparseBitVectorIterator.html#a3627077086baa18bd0ae25efd981c18f">SVF::SparseBitVector&lt; ElementSize &gt;::SparseBitVectorIterator</a>
1547
1555
  </li>
1548
1556
  <li>iter_adaptor_base()
1549
- : <a class="el" href="classSVF_1_1iter__adaptor__base.html#aae17978dbc68365513742c0ed6dd6e77">SVF::iter_adaptor_base&lt; DerivedT, WrappedIteratorT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT &gt;</a>
1557
+ : <a class="el" href="classSVF_1_1iter__adaptor__base.html#ad3e91fd59221ddbdc889bc081159f611">SVF::iter_adaptor_base&lt; DerivedT, WrappedIteratorT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT &gt;</a>
1550
1558
  </li>
1551
1559
  <li>iter_facade_base
1552
1560
  : <a class="el" href="classSVF_1_1iter__facade__base_1_1ReferenceProxy.html#ab4717ea89d08ac05464fa95bc7f50ac6">SVF::iter_facade_base&lt; DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT &gt;::ReferenceProxy</a>
@@ -1558,7 +1566,8 @@ $(function() {
1558
1566
  : <a class="el" href="classSVF_1_1WPASolver.html#aa7c0636780a86f376e9222bce771e859">SVF::WPASolver&lt; GraphType &gt;</a>
1559
1567
  </li>
1560
1568
  <li>iterator
1561
- : <a class="el" href="classSVF_1_1CondPointsToSet.html#a76d4c06b04161738351a813ae406aa83">SVF::CondPointsToSet&lt; Cond &gt;</a>
1569
+ : <a class="el" href="classSVF_1_1CFLData.html#ac9488c13a59fc9da5ea96774f68cb578">SVF::CFLData</a>
1570
+ , <a class="el" href="classSVF_1_1CondPointsToSet.html#a76d4c06b04161738351a813ae406aa83">SVF::CondPointsToSet&lt; Cond &gt;</a>
1562
1571
  , <a class="el" href="classSVF_1_1CondStdSet.html#a6d82b5ddafa28542ce65adb0cc56cdce">SVF::CondStdSet&lt; Element &gt;</a>
1563
1572
  , <a class="el" href="classSVF_1_1ConstraintNode.html#a19ebc316f4fa0246debb1ca61c2b2f3f">SVF::ConstraintNode</a>
1564
1573
  , <a class="el" href="classSVF_1_1CoreBitVector.html#a624ebc80d138fbf2b015bf557d2891a6">SVF::CoreBitVector</a>
@@ -213,12 +213,12 @@ $(function() {
213
213
  <li>loadsToMRsMap
214
214
  : <a class="el" href="classSVF_1_1MRGenerator.html#a0d8229b1f0b8428708e923d19096e4ba">SVF::MRGenerator</a>
215
215
  </li>
216
- <li>LoadsToPointsToMap
217
- : <a class="el" href="classSVF_1_1MRGenerator.html#acfadd565b5c978c9417e059b3ea7588c">SVF::MRGenerator</a>
218
- </li>
219
216
  <li>loadsToPointsToMap
220
217
  : <a class="el" href="classSVF_1_1MRGenerator.html#af47e15d6b8c15d547a718f3577513975">SVF::MRGenerator</a>
221
218
  </li>
219
+ <li>LoadsToPointsToMap
220
+ : <a class="el" href="classSVF_1_1MRGenerator.html#acfadd565b5c978c9417e059b3ea7588c">SVF::MRGenerator</a>
221
+ </li>
222
222
  <li>loadTime
223
223
  : <a class="el" href="classSVF_1_1FlowSensitive.html#aab4f70210eb1e6447a24697d3b459067">SVF::FlowSensitive</a>
224
224
  </li>
@@ -229,7 +229,8 @@ $(function() {
229
229
  , <a class="el" href="classSVF_1_1IntervalExeState.html#a1e5d399b2111d9b8ed17f790cab12d5d">SVF::IntervalExeState</a>
230
230
  </li>
231
231
  <li>meld()
232
- : <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#a1da960df51570b59161e380949d910c4">SVF::VersionedFlowSensitive</a>
232
+ : <a class="el" href="classSVF_1_1HybridData.html#acb745344dc5018078823119856308cdb">SVF::HybridData</a>
233
+ , <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#a1da960df51570b59161e380949d910c4">SVF::VersionedFlowSensitive</a>
233
234
  </li>
234
235
  <li>meldLabel()
235
236
  : <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#aaff594c78d93f7ad632d344e5c1c7f6a">SVF::VersionedFlowSensitive</a>
@@ -266,12 +266,12 @@ $(function() {
266
266
  : <a class="el" href="classSVF_1_1MRGenerator.html#ab075a7c7fbc60f678b3fee8bbc06194d">SVF::MRGenerator</a>
267
267
  , <a class="el" href="classSVF_1_1SaberSVFGBuilder.html#a4cb1f607e33d106dfa178e822c5ab7e1">SVF::SaberSVFGBuilder</a>
268
268
  </li>
269
- <li>NodeToRepMap
270
- : <a class="el" href="classSVF_1_1ConstraintGraph.html#afe34ca6bdbb22b188799a4297fd19004">SVF::ConstraintGraph</a>
271
- </li>
272
269
  <li>nodeToRepMap
273
270
  : <a class="el" href="classSVF_1_1ConstraintGraph.html#ab1b5ee9202bd9f5d738f9850b42a45d2">SVF::ConstraintGraph</a>
274
271
  </li>
272
+ <li>NodeToRepMap
273
+ : <a class="el" href="classSVF_1_1ConstraintGraph.html#afe34ca6bdbb22b188799a4297fd19004">SVF::ConstraintGraph</a>
274
+ </li>
275
275
  <li>nodeToSubsMap
276
276
  : <a class="el" href="classSVF_1_1ConstraintGraph.html#af91f1027cd5de591ae40865f691c5f60">SVF::ConstraintGraph</a>
277
277
  </li>
@@ -314,6 +314,7 @@ $(function() {
314
314
  , <a class="el" href="classSVF_1_1CxtThreadStmt.html#affaa3bf793e1127a8333b6683ebb3fdd">SVF::CxtThreadStmt</a>
315
315
  , <a class="el" href="classSVF_1_1DPItem.html#a639c757076141a14bedc26c73f875ffe">SVF::DPItem</a>
316
316
  , <a class="el" href="structSVF_1_1GrammarBase_1_1Symbol.html#a065e31f186f058b9339cd4c162cddeb8">SVF::GrammarBase::Symbol</a>
317
+ , <a class="el" href="structSVF_1_1HybridData_1_1TreeNode.html#adefb801eb96d6b1c24c86fa48fe2932e">SVF::HybridData::TreeNode</a>
317
318
  , <a class="el" href="classSVF_1_1IntervalExeState.html#aa4acf1e8ae7571f527047e36b77dfb58">SVF::IntervalExeState</a>
318
319
  , <a class="el" href="classSVF_1_1iter__adaptor__base.html#a0a4477a210b9d5ce260ca3790cfe9779">SVF::iter_adaptor_base&lt; DerivedT, WrappedIteratorT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT &gt;</a>
319
320
  , <a class="el" href="classSVF_1_1LocationSet.html#a511e8324d88624013eed04e8c2a6cbc4">SVF::LocationSet</a>
@@ -389,7 +390,7 @@ $(function() {
389
390
  , <a class="el" href="classSVF_1_1GepVFGNode.html#acacfe5f0a9f33dc4ca25e0926d0e7076">SVF::GepVFGNode</a>
390
391
  , <a class="el" href="structSVF_1_1GrammarBase_1_1Symbol.html#a61e31daf8b0bc18d69c3e7f5df1eb181">SVF::GrammarBase::Symbol</a>
391
392
  , <a class="el" href="classSVF_1_1IntervalExeState.html#a5ca48cf99bb54008d824d8c475c450f7">SVF::IntervalExeState</a>
392
- , <a class="el" href="classSVF_1_1IntervalValue.html#a2f2121ab7e99c9057b1855f355dd0d4b">SVF::IntervalValue</a>
393
+ , <a class="el" href="classSVF_1_1IntervalValue.html#a8c5acd4214d9e29c27289036bc5c3d1f">SVF::IntervalValue</a>
393
394
  , <a class="el" href="classSVF_1_1LoadCGEdge.html#a079925b497671bd5ef60aae5d64fa443">SVF::LoadCGEdge</a>
394
395
  , <a class="el" href="classSVF_1_1LoadStmt.html#afd0b942170ec3aa8f44a6c5cc422a69d">SVF::LoadStmt</a>
395
396
  , <a class="el" href="classSVF_1_1LoadVFGNode.html#a8e42ee37ececc2391fc4d1ad1c24f13f">SVF::LoadVFGNode</a>
@@ -398,7 +399,7 @@ $(function() {
398
399
  , <a class="el" href="classSVF_1_1NormalGepCGEdge.html#a7f3a388e37e497fc5874e9f392901a39">SVF::NormalGepCGEdge</a>
399
400
  , <a class="el" href="classSVF_1_1NumericLiteral.html#afef9ceccd945b00c4a542ac9f277bde2">SVF::NumericLiteral</a>
400
401
  , <a class="el" href="classSVF_1_1PhiStmt.html#a331c7e14409b2d78881a0ec8932c1170">SVF::PhiStmt</a>
401
- , <a class="el" href="classSVF_1_1PointsTo.html#a615411a2d8909668271782398814bc9f">SVF::PointsTo</a>
402
+ , <a class="el" href="classSVF_1_1PointsTo.html#a269d334618e4acc7e739317fd58d7fe7">SVF::PointsTo</a>
402
403
  , <a class="el" href="classSVF_1_1PointsTo_1_1PointsToIterator.html#acbbcff746f7f0dc37815e688e9172f21">SVF::PointsTo::PointsToIterator</a>
403
404
  , <a class="el" href="classSVF_1_1RelExeState.html#a7ab6cb58ed0f95417549b6291f658f86">SVF::RelExeState</a>
404
405
  , <a class="el" href="classSVF_1_1RetPE.html#acb2a5e66fab9f95278c44344d268f465">SVF::RetPE</a>
@@ -416,8 +417,8 @@ $(function() {
416
417
  , <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#a27af787da1d72bab2971dd237eaa9897">SVF::UnaryOPVFGNode</a>
417
418
  , <a class="el" href="classSVF_1_1VariantGepCGEdge.html#a4caf6f4b31b78ca02985fc4722d43522">SVF::VariantGepCGEdge</a>
418
419
  , <a class="el" href="classSVF_1_1Wto.html#a67712df707ee21927135027189e2723b">SVF::Wto</a>
419
- , <a class="el" href="classSVF_1_1WtoComponent.html#a86592687a15592d3390d864d53250eaa">SVF::WtoComponent</a>
420
- , <a class="el" href="classSVF_1_1WtoComponentVisitor.html#ad3e986fde758f9d2f6b7ccac036f3462">SVF::WtoComponentVisitor</a>
420
+ , <a class="el" href="classSVF_1_1WtoComponent.html#a8de245528016b2c4651f37c6e455d640">SVF::WtoComponent</a>
421
+ , <a class="el" href="classSVF_1_1WtoComponentVisitor.html#aaf3e934b4a44028294af61363a0d9ec0">SVF::WtoComponentVisitor</a>
421
422
  , <a class="el" href="classSVF_1_1WtoNesting.html#ad8ef62b31af08af32a160e048696896d">SVF::WtoNesting</a>
422
423
  , <a class="el" href="classSVF_1_1Z3Expr.html#a3bd99446d5e56e704d812bd0d1f36a85">SVF::Z3Expr</a>
423
424
  </li>
@@ -443,6 +444,7 @@ $(function() {
443
444
  , <a class="el" href="classSVF_1_1ExeState.html#a0e4c8a41aa861ff2862d8b620c902f21">SVF::ExeState</a>
444
445
  , <a class="el" href="classSVF_1_1GenericEdge.html#a0e461644bf9a4e50099b38f09222e858">SVF::GenericEdge&lt; NodeTy &gt;</a>
445
446
  , <a class="el" href="structSVF_1_1GrammarBase_1_1Symbol.html#a09f8568b3cdca65069b38879cfe57a53">SVF::GrammarBase::Symbol</a>
447
+ , <a class="el" href="structSVF_1_1HybridData_1_1TreeNode.html#ac0621d13b08e324200494c8fb3f4713f">SVF::HybridData::TreeNode</a>
446
448
  , <a class="el" href="classSVF_1_1IntervalExeState.html#a92b846d3cd77ab12a35cb81815e22ee3">SVF::IntervalExeState</a>
447
449
  , <a class="el" href="classSVF_1_1IntervalValue.html#a3ac2a92a9d67dec907fa7ae4181dc171">SVF::IntervalValue</a>
448
450
  , <a class="el" href="classSVF_1_1iter__adaptor__base.html#a0cfce21cb7aa24062dd921a9a5bace3a">SVF::iter_adaptor_base&lt; DerivedT, WrappedIteratorT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT &gt;</a>
@@ -509,12 +511,12 @@ $(function() {
509
511
  <li>OpICFGNodeVec
510
512
  : <a class="el" href="classSVF_1_1PhiStmt.html#ac505a4fe33e82f555663872e81220ba4">SVF::PhiStmt</a>
511
513
  </li>
512
- <li>OPIncomingBBs
513
- : <a class="el" href="classSVF_1_1IntraPHIVFGNode.html#a66928f6cc755bd2a048804d00f859a80">SVF::IntraPHIVFGNode</a>
514
- </li>
515
514
  <li>opIncomingBBs
516
515
  : <a class="el" href="classSVF_1_1IntraPHIVFGNode.html#a73f39a488ad82300010abd18afe247a4">SVF::IntraPHIVFGNode</a>
517
516
  </li>
517
+ <li>OPIncomingBBs
518
+ : <a class="el" href="classSVF_1_1IntraPHIVFGNode.html#a66928f6cc755bd2a048804d00f859a80">SVF::IntraPHIVFGNode</a>
519
+ </li>
518
520
  <li>OpIt
519
521
  : <a class="el" href="classllvm_1_1generic__bridge__gep__type__iterator.html#aa3fd4dca27e09df9ee726879624ae47e">llvm::generic_bridge_gep_type_iterator&lt; ItTy &gt;</a>
520
522
  </li>
@@ -525,7 +527,7 @@ $(function() {
525
527
  : <a class="el" href="classOption.html#a479f07d7e2424931ea23e905a88f9c57">Option&lt; T &gt;</a>
526
528
  </li>
527
529
  <li>OptionBase()
528
- : <a class="el" href="classOptionBase.html#a3a30161a89e5dd22b3501b6a7de3eab4">OptionBase</a>
530
+ : <a class="el" href="classOptionBase.html#ae99500409f218ce63d4dbce537884c7f">OptionBase</a>
529
531
  </li>
530
532
  <li>OptionMap()
531
533
  : <a class="el" href="classOptionMap.html#aa01d9dfa4aa1808c6d23fa900bbfc77c">OptionMap&lt; T &gt;</a>
@@ -552,12 +554,12 @@ $(function() {
552
554
  <li>opVarBegin()
553
555
  : <a class="el" href="classSVF_1_1MultiOpndStmt.html#abebed8985cb4d4d1361c42e5454c90b9">SVF::MultiOpndStmt</a>
554
556
  </li>
555
- <li>OPVars
556
- : <a class="el" href="classSVF_1_1MultiOpndStmt.html#acf8c7cfbf1c8baab672040635bb9a007">SVF::MultiOpndStmt</a>
557
- </li>
558
557
  <li>opVars
559
558
  : <a class="el" href="classSVF_1_1MultiOpndStmt.html#a172025849492f4de8f87564ef08f5880">SVF::MultiOpndStmt</a>
560
559
  </li>
560
+ <li>OPVars
561
+ : <a class="el" href="classSVF_1_1MultiOpndStmt.html#acf8c7cfbf1c8baab672040635bb9a007">SVF::MultiOpndStmt</a>
562
+ </li>
561
563
  <li>opVer
562
564
  : <a class="el" href="classSVF_1_1MSSACHI.html#a86f2f3f6e2215cdbe31caee048510757">SVF::MSSACHI&lt; Cond &gt;</a>
563
565
  </li>
@@ -580,36 +582,36 @@ $(function() {
580
582
  , <a class="el" href="classSVF_1_1PHIVFGNode.html#add18c60773871744123d12a037e78e20">SVF::PHIVFGNode</a>
581
583
  , <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#af31a06d33f41bdcff625ac23e269708c">SVF::UnaryOPVFGNode</a>
582
584
  </li>
583
- <li>OPVers
584
- : <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#a880c8260e3acb3fbe431446f2c1f5990">SVF::BinaryOPVFGNode</a>
585
- </li>
586
585
  <li>opVers
587
586
  : <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#ae803603f567cc28f5a7e1b66fb324cbc">SVF::BinaryOPVFGNode</a>
588
- , <a class="el" href="classSVF_1_1CmpVFGNode.html#aae30d80fd848d62467476d21c691573c">SVF::CmpVFGNode</a>
589
587
  </li>
590
588
  <li>OPVers
591
- : <a class="el" href="classSVF_1_1CmpVFGNode.html#a0db4ada3c366c811962415454a859b22">SVF::CmpVFGNode</a>
592
- , <a class="el" href="classSVF_1_1MSSAPHI.html#a622892bb1c3c151e646ae1a46838c3ba">SVF::MSSAPHI&lt; Cond &gt;</a>
589
+ : <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#a880c8260e3acb3fbe431446f2c1f5990">SVF::BinaryOPVFGNode</a>
590
+ , <a class="el" href="classSVF_1_1CmpVFGNode.html#a0db4ada3c366c811962415454a859b22">SVF::CmpVFGNode</a>
593
591
  </li>
594
592
  <li>opVers
595
- : <a class="el" href="classSVF_1_1MSSAPHI.html#abdabd6dff67cd59622f18d48e8b34271">SVF::MSSAPHI&lt; Cond &gt;</a>
593
+ : <a class="el" href="classSVF_1_1CmpVFGNode.html#aae30d80fd848d62467476d21c691573c">SVF::CmpVFGNode</a>
596
594
  </li>
597
595
  <li>OPVers
598
- : <a class="el" href="classSVF_1_1MSSAPHISVFGNode.html#a300f37203eb84fc57e005c27ce0422fb">SVF::MSSAPHISVFGNode</a>
596
+ : <a class="el" href="classSVF_1_1MSSAPHI.html#a622892bb1c3c151e646ae1a46838c3ba">SVF::MSSAPHI&lt; Cond &gt;</a>
599
597
  </li>
600
598
  <li>opVers
601
- : <a class="el" href="classSVF_1_1MSSAPHISVFGNode.html#a9c327923ab939e06877441ebde5c1139">SVF::MSSAPHISVFGNode</a>
599
+ : <a class="el" href="classSVF_1_1MSSAPHI.html#abdabd6dff67cd59622f18d48e8b34271">SVF::MSSAPHI&lt; Cond &gt;</a>
600
+ , <a class="el" href="classSVF_1_1MSSAPHISVFGNode.html#a9c327923ab939e06877441ebde5c1139">SVF::MSSAPHISVFGNode</a>
602
601
  </li>
603
602
  <li>OPVers
604
- : <a class="el" href="classSVF_1_1PHIVFGNode.html#a44ba5254e5f4def007c99916cd58668c">SVF::PHIVFGNode</a>
603
+ : <a class="el" href="classSVF_1_1MSSAPHISVFGNode.html#a300f37203eb84fc57e005c27ce0422fb">SVF::MSSAPHISVFGNode</a>
604
+ , <a class="el" href="classSVF_1_1PHIVFGNode.html#a44ba5254e5f4def007c99916cd58668c">SVF::PHIVFGNode</a>
605
605
  </li>
606
606
  <li>opVers
607
607
  : <a class="el" href="classSVF_1_1PHIVFGNode.html#a08ccd55d0fb6ce33f69959349008daca">SVF::PHIVFGNode</a>
608
- , <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#ae6fdb5759a0dfeb0635ffd758b752dc1">SVF::UnaryOPVFGNode</a>
609
608
  </li>
610
609
  <li>OPVers
611
610
  : <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#af96b598342bbcbcd739e2603acfc5a41">SVF::UnaryOPVFGNode</a>
612
611
  </li>
612
+ <li>opVers
613
+ : <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#ae6fdb5759a0dfeb0635ffd758b752dc1">SVF::UnaryOPVFGNode</a>
614
+ </li>
613
615
  <li>OR()
614
616
  : <a class="el" href="classSVF_1_1Z3Expr.html#ac063ed06c3495b790c02fe57c781b34e">SVF::Z3Expr</a>
615
617
  </li>
@@ -632,10 +634,10 @@ $(function() {
632
634
  : <a class="el" href="classSVF_1_1CFLNode.html#a47eba9df9dc664e56631ecc9b6146b33">SVF::CFLNode</a>
633
635
  </li>
634
636
  <li>OutEdgeBegin()
635
- : <a class="el" href="classSVF_1_1GenericNode.html#a50219c203fb5a8a44fe22428699f26e7">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
637
+ : <a class="el" href="classSVF_1_1GenericNode.html#aa4f103330118c8976bf95e4bf53416eb">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
636
638
  </li>
637
639
  <li>OutEdgeEnd()
638
- : <a class="el" href="classSVF_1_1GenericNode.html#a19a3366fd8a58290d0c740c46c3dcb3d">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
640
+ : <a class="el" href="classSVF_1_1GenericNode.html#ace88b6c7561f61f747ff08f61e2c18bc">SVF::GenericNode&lt; NodeTy, EdgeTy &gt;</a>
639
641
  </li>
640
642
  <li>OutEdgeKindToSetMap
641
643
  : <a class="el" href="classSVF_1_1SVFVar.html#a3775dd07e89ea6b25950a8b900a4ceab">SVF::SVFVar</a>
@@ -172,12 +172,12 @@ $(function() {
172
172
  <li>PAGPrint
173
173
  : <a class="el" href="classSVF_1_1Options.html#a7c6053f2341a500a8caca61607303b6e">SVF::Options</a>
174
174
  </li>
175
- <li>pagReadFromTxt
176
- : <a class="el" href="classSVF_1_1SVFModule.html#a2547331e2c32b077d5876e609cb7f48f">SVF::SVFModule</a>
177
- </li>
178
175
  <li>pagReadFromTXT()
179
176
  : <a class="el" href="classSVF_1_1SVFModule.html#a1357c876eccedd58b3abe68875b3a570">SVF::SVFModule</a>
180
177
  </li>
178
+ <li>pagReadFromTxt
179
+ : <a class="el" href="classSVF_1_1SVFModule.html#a2547331e2c32b077d5876e609cb7f48f">SVF::SVFModule</a>
180
+ </li>
181
181
  <li>pairheadmap
182
182
  : <a class="el" href="classSVF_1_1MTASVFGBuilder.html#af65f6553c6a7184401e249d777cd520e">SVF::MTASVFGBuilder</a>
183
183
  </li>
@@ -408,6 +408,10 @@ $(function() {
408
408
  <li>PNODEK
409
409
  : <a class="el" href="classSVF_1_1SVFVar.html#a283f7c0c2eaae07c6865f73a0daafeff">SVF::SVFVar</a>
410
410
  </li>
411
+ <li>POCRAlias
412
+ : <a class="el" href="classSVF_1_1Options.html#a2f4f7e10e3f4f11645aafe63edeef26c">SVF::Options</a>
413
+ , <a class="el" href="classSVF_1_1POCRAlias.html#a5931bb7bb7c0be1138310f8da9548bb9">SVF::POCRAlias</a>
414
+ </li>
411
415
  <li>pointee_iter()
412
416
  : <a class="el" href="structSVF_1_1pointee__iter.html#a99d911b02890643ba8680b140999b59e">SVF::pointee_iter&lt; WrappedIteratorT, T &gt;</a>
413
417
  </li>
@@ -501,6 +505,9 @@ $(function() {
501
505
  <li>predInsts
502
506
  : <a class="el" href="classSVF_1_1SVFInstruction.html#ace4dc83c186f5ae888aa210439ae4c34">SVF::SVFInstruction</a>
503
507
  </li>
508
+ <li>predMap
509
+ : <a class="el" href="classSVF_1_1CFLData.html#a2b4400347283831800ccd3db50230e2c">SVF::CFLData</a>
510
+ </li>
504
511
  <li>preemptiveComplements
505
512
  : <a class="el" href="classSVF_1_1PersistentPointsToCache.html#ad9a761bcece141764322247cc326bcbe">SVF::PersistentPointsToCache&lt; Data &gt;</a>
506
513
  </li>
@@ -579,7 +586,7 @@ $(function() {
579
586
  : <a class="el" href="classSVF_1_1GraphPrinter.html#adfa13bfbe85566fa5917280c5d2444da">SVF::GraphPrinter</a>
580
587
  </li>
581
588
  <li>printIndCSTargets()
582
- : <a class="el" href="classSVF_1_1PointerAnalysis.html#a062f1f2d6d47694caa9ac64a9e68c7b3">SVF::PointerAnalysis</a>
589
+ : <a class="el" href="classSVF_1_1PointerAnalysis.html#a84edebc59e29f2cc1b89a699b8641f30">SVF::PointerAnalysis</a>
583
590
  </li>
584
591
  <li>printInterleaving()
585
592
  : <a class="el" href="classSVF_1_1MHP.html#a22f7dc5043fed97f1b4b273b8b710415">SVF::MHP</a>
@@ -835,19 +842,21 @@ $(function() {
835
842
  <li>PTAStat()
836
843
  : <a class="el" href="classSVF_1_1PTAStat.html#ac9b65b591200c16c420fbd26710b448f">SVF::PTAStat</a>
837
844
  </li>
838
- <li>ptaTy
839
- : <a class="el" href="classSVF_1_1PointerAnalysis.html#ade83738ac754d5ffc2a3b497b600cad4">SVF::PointerAnalysis</a>
840
- </li>
841
845
  <li>PTATY
842
846
  : <a class="el" href="classSVF_1_1PointerAnalysis.html#a0b182ac680cce0547dbe7714c870ca85">SVF::PointerAnalysis</a>
843
847
  </li>
848
+ <li>ptaTy
849
+ : <a class="el" href="classSVF_1_1PointerAnalysis.html#ade83738ac754d5ffc2a3b497b600cad4">SVF::PointerAnalysis</a>
850
+ </li>
844
851
  <li>PTAVector
845
852
  : <a class="el" href="classSVF_1_1DDAPass.html#acc7ad5d3266cb3e24fba0b4db186348a">SVF::DDAPass</a>
846
- , <a class="el" href="classSVF_1_1WPAPass.html#ad4e3d480ebcc6bbbb7bcc8dc3df8663e">SVF::WPAPass</a>
847
853
  </li>
848
854
  <li>ptaVector
849
855
  : <a class="el" href="classSVF_1_1WPAPass.html#a72a66ae158793f5d1bcb37b655db4446">SVF::WPAPass</a>
850
856
  </li>
857
+ <li>PTAVector
858
+ : <a class="el" href="classSVF_1_1WPAPass.html#ad4e3d480ebcc6bbbb7bcc8dc3df8663e">SVF::WPAPass</a>
859
+ </li>
851
860
  <li>PTBackingType
852
861
  : <a class="el" href="classSVF_1_1BVDataPTAImpl.html#ad76328a8543b02784992afc2d5501d8a">SVF::BVDataPTAImpl</a>
853
862
  </li>
@@ -912,18 +921,18 @@ $(function() {
912
921
  <li>PTRONLYSVFG_OPT
913
922
  : <a class="el" href="classSVF_1_1VFG.html#ac2e2f555975063da3fa1932ac35802c6a8ed0b9aea88fbbbe91f33301bea0c9dd">SVF::VFG</a>
914
923
  </li>
915
- <li>PtrToBVPtsMap
916
- : <a class="el" href="classSVF_1_1CondPTAImpl.html#aba828ca8e2aa2bd71b78be8b45a48c9b">SVF::CondPTAImpl&lt; Cond &gt;</a>
917
- </li>
918
924
  <li>ptrToBVPtsMap
919
925
  : <a class="el" href="classSVF_1_1CondPTAImpl.html#a30b9ee7b1dcd04285f92cf7accd05b2e">SVF::CondPTAImpl&lt; Cond &gt;</a>
920
926
  </li>
921
- <li>PtrToCPtsMap
922
- : <a class="el" href="classSVF_1_1CondPTAImpl.html#a5043e9d9255d31777d038c48c809bb09">SVF::CondPTAImpl&lt; Cond &gt;</a>
927
+ <li>PtrToBVPtsMap
928
+ : <a class="el" href="classSVF_1_1CondPTAImpl.html#aba828ca8e2aa2bd71b78be8b45a48c9b">SVF::CondPTAImpl&lt; Cond &gt;</a>
923
929
  </li>
924
930
  <li>ptrToCPtsMap
925
931
  : <a class="el" href="classSVF_1_1CondPTAImpl.html#a61167fcdb2005090de1b38e53450431a">SVF::CondPTAImpl&lt; Cond &gt;</a>
926
932
  </li>
933
+ <li>PtrToCPtsMap
934
+ : <a class="el" href="classSVF_1_1CondPTAImpl.html#a5043e9d9255d31777d038c48c809bb09">SVF::CondPTAImpl&lt; Cond &gt;</a>
935
+ </li>
927
936
  <li>PtrToNSMap
928
937
  : <a class="el" href="classSVF_1_1CondPTAImpl.html#a838c3f2be39d278072f7a9df7c0bcb4d">SVF::CondPTAImpl&lt; Cond &gt;</a>
929
938
  </li>
@@ -993,7 +1002,7 @@ $(function() {
993
1002
  : <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#a028734f4520172aa5abed48628b44dc3">SVF::ForkJoinAnalysis</a>
994
1003
  , <a class="el" href="classSVF_1_1LockAnalysis.html#ac5993b55304d38e077d19c4ac2d680f0">SVF::LockAnalysis</a>
995
1004
  , <a class="el" href="classSVF_1_1MHP.html#a68a2ad4480af7d40bd604d81afbc3d0b">SVF::MHP</a>
996
- , <a class="el" href="classSVF_1_1TCT.html#aa98a5b427a92eca1e043efcdf7945169">SVF::TCT</a>
1005
+ , <a class="el" href="classSVF_1_1TCT.html#a625cd9d7ca85c0581af13e9e0c16960e">SVF::TCT</a>
997
1006
  </li>
998
1007
  <li>pushIntoWorklist()
999
1008
  : <a class="el" href="classSVF_1_1CFLSolver.html#afc745dc72fd0572a145a78fe6a93ae5c">SVF::CFLSolver</a>