svf-tools 1.0.557 → 1.0.560
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.
- package/SVF-doxygen/html/html/AndersenPWC_8h_source.html +15 -15
- package/SVF-doxygen/html/html/AndersenSCD_8cpp_source.html +12 -11
- package/SVF-doxygen/html/html/AndersenSFR_8cpp_source.html +11 -10
- package/SVF-doxygen/html/html/AndersenStat_8cpp_source.html +47 -46
- package/SVF-doxygen/html/html/AndersenWaveDiff_8cpp_source.html +9 -8
- package/SVF-doxygen/html/html/Andersen_8cpp_source.html +35 -34
- package/SVF-doxygen/html/html/Andersen_8h_source.html +6 -6
- package/SVF-doxygen/html/html/CFLGrammar_8txt.html +8 -8
- package/SVF-doxygen/html/html/CFLGraphBuilder_8cpp_source.html +10 -1
- package/SVF-doxygen/html/html/CFLGraphBuilder_8h_source.html +3 -1
- package/SVF-doxygen/html/html/CHGBuilder_8cpp.html +2 -2
- package/SVF-doxygen/html/html/CHGBuilder_8cpp_source.html +19 -18
- package/SVF-doxygen/html/html/CHGBuilder_8h_source.html +15 -15
- package/SVF-doxygen/html/html/ContextDDA_8cpp_source.html +4 -4
- package/SVF-doxygen/html/html/DDAPass_8cpp_source.html +13 -12
- package/SVF-doxygen/html/html/DDAPass_8h_source.html +11 -11
- package/SVF-doxygen/html/html/DDAStat_8cpp_source.html +20 -19
- package/SVF-doxygen/html/html/DDAStat_8h_source.html +13 -13
- package/SVF-doxygen/html/html/DDAVFSolver_8h_source.html +2 -2
- package/SVF-doxygen/html/html/ExtAPI_8cpp_source.html +5 -2
- package/SVF-doxygen/html/html/ExtAPI_8h_source.html +3 -2
- package/SVF-doxygen/html/html/FlowSensitiveStat_8cpp_source.html +3 -3
- package/SVF-doxygen/html/html/ICFGStat_8h_source.html +5 -4
- package/SVF-doxygen/html/html/LockAnalysis_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/MHP_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/MTAStat_8cpp_source.html +5 -5
- package/SVF-doxygen/html/html/MTAStat_8h_source.html +1 -1
- package/SVF-doxygen/html/html/MTA_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/MemSSA_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/NodeIDAllocator_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/PEGGrammar_8txt.html +14 -32
- package/SVF-doxygen/html/html/PTAStat_8cpp_source.html +67 -69
- package/SVF-doxygen/html/html/PTAStat_8h.html +1 -0
- package/SVF-doxygen/html/html/PTAStat_8h_source.html +70 -76
- package/SVF-doxygen/html/html/PointerAnalysis_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/PointerAnalysis_8h_source.html +1 -1
- package/SVF-doxygen/html/html/PointsTo_8cpp_source.html +2 -1
- package/SVF-doxygen/html/html/SVFGReadWrite_8cpp_source.html +5 -4
- package/SVF-doxygen/html/html/SVFGStat_8cpp_source.html +22 -21
- package/SVF-doxygen/html/html/SVFGStat_8h_source.html +5 -5
- package/SVF-doxygen/html/html/SVFG_8cpp_source.html +5 -5
- package/SVF-doxygen/html/html/SVFG_8h_source.html +3 -3
- package/SVF-doxygen/html/html/SVFStat_8cpp.html +81 -0
- package/SVF-doxygen/html/html/SVFStat_8cpp_source.html +85 -0
- package/SVF-doxygen/html/html/SVFStat_8h.html +94 -0
- package/SVF-doxygen/html/html/SVFStat_8h_source.html +103 -0
- package/SVF-doxygen/html/html/SVFUtil_8h_source.html +1 -1
- package/SVF-doxygen/html/html/Steensgaard_8h_source.html +1 -1
- package/SVF-doxygen/html/html/TypeAnalysis_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/VersionedFlowSensitiveStat_8cpp_source.html +3 -3
- package/SVF-doxygen/html/html/VersionedFlowSensitive_8cpp_source.html +2 -2
- package/SVF-doxygen/html/html/WPAStat_8h_source.html +8 -8
- package/SVF-doxygen/html/html/annotated.html +39 -38
- package/SVF-doxygen/html/html/classSVF_1_1AliasCFLGraphBuilder-members.html +13 -10
- package/SVF-doxygen/html/html/classSVF_1_1AliasCFLGraphBuilder.html +190 -2
- package/SVF-doxygen/html/html/classSVF_1_1Andersen.html +79 -79
- package/SVF-doxygen/html/html/classSVF_1_1AndersenBase.html +15 -15
- package/SVF-doxygen/html/html/classSVF_1_1AndersenSCD.html +37 -37
- package/SVF-doxygen/html/html/classSVF_1_1AndersenSFR-members.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1AndersenSFR.html +22 -22
- package/SVF-doxygen/html/html/classSVF_1_1AndersenStat-members.html +24 -22
- package/SVF-doxygen/html/html/classSVF_1_1AndersenStat.html +97 -86
- package/SVF-doxygen/html/html/classSVF_1_1AndersenStat.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1AndersenWaveDiff.html +24 -24
- package/SVF-doxygen/html/html/classSVF_1_1CHGBuilder.html +47 -47
- package/SVF-doxygen/html/html/classSVF_1_1ContextDDA.html +4 -4
- package/SVF-doxygen/html/html/classSVF_1_1DDAPass.html +30 -30
- package/SVF-doxygen/html/html/classSVF_1_1DDAStat-members.html +24 -23
- package/SVF-doxygen/html/html/classSVF_1_1DDAStat.html +80 -67
- package/SVF-doxygen/html/html/classSVF_1_1DDAStat.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1DDAVFSolver.html +4 -4
- package/SVF-doxygen/html/html/classSVF_1_1ExtAPI-members.html +5 -4
- package/SVF-doxygen/html/html/classSVF_1_1ExtAPI.html +40 -5
- package/SVF-doxygen/html/html/classSVF_1_1FlowDDA.html +4 -4
- package/SVF-doxygen/html/html/classSVF_1_1FlowSensitive.html +26 -26
- package/SVF-doxygen/html/html/classSVF_1_1FlowSensitiveStat-members.html +24 -22
- package/SVF-doxygen/html/html/classSVF_1_1FlowSensitiveStat.html +67 -56
- package/SVF-doxygen/html/html/classSVF_1_1FlowSensitiveStat.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1ICFGStat-members.html +23 -21
- package/SVF-doxygen/html/html/classSVF_1_1ICFGStat.html +55 -42
- package/SVF-doxygen/html/html/classSVF_1_1ICFGStat.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1LockAnalysis.html +6 -6
- package/SVF-doxygen/html/html/classSVF_1_1MHP.html +4 -4
- package/SVF-doxygen/html/html/classSVF_1_1MTA.html +2 -2
- package/SVF-doxygen/html/html/classSVF_1_1MTAStat-members.html +25 -23
- package/SVF-doxygen/html/html/classSVF_1_1MTAStat.html +59 -48
- package/SVF-doxygen/html/html/classSVF_1_1MTAStat.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1MemSSA.html +5 -5
- package/SVF-doxygen/html/html/classSVF_1_1MemSSAStat-members.html +22 -21
- package/SVF-doxygen/html/html/classSVF_1_1MemSSAStat.html +57 -44
- package/SVF-doxygen/html/html/classSVF_1_1MemSSAStat.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1NodeIDAllocator_1_1Clusterer.html +6 -6
- package/SVF-doxygen/html/html/classSVF_1_1Options.html +2 -2
- package/SVF-doxygen/html/html/classSVF_1_1PTAStat-members.html +24 -22
- package/SVF-doxygen/html/html/classSVF_1_1PTAStat.html +186 -420
- package/SVF-doxygen/html/html/classSVF_1_1PTAStat.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1PointerAnalysis.html +2 -2
- package/SVF-doxygen/html/html/classSVF_1_1SVFG.html +12 -12
- package/SVF-doxygen/html/html/classSVF_1_1SVFGStat-members.html +33 -32
- package/SVF-doxygen/html/html/classSVF_1_1SVFGStat.html +100 -87
- package/SVF-doxygen/html/html/classSVF_1_1SVFGStat.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1SVFStat-members.html +100 -0
- package/SVF-doxygen/html/html/classSVF_1_1SVFStat.html +605 -0
- package/SVF-doxygen/html/html/classSVF_1_1SVFStat.png +0 -0
- package/SVF-doxygen/html/html/classSVF_1_1Steensgaard.html +1 -1
- package/SVF-doxygen/html/html/classSVF_1_1TypeAnalysis.html +4 -4
- package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitive.html +12 -12
- package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitiveStat-members.html +26 -24
- package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitiveStat.html +65 -54
- package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitiveStat.png +0 -0
- package/SVF-doxygen/html/html/classes.html +50 -50
- package/SVF-doxygen/html/html/dda_8cpp.html +1 -1
- package/SVF-doxygen/html/html/dda_8cpp_source.html +1 -1
- package/SVF-doxygen/html/html/dir_862d3276083eaac55caed79b9120bf29.html +2 -0
- package/SVF-doxygen/html/html/dir_95e22971b5dbae2382075a3453e365b4.html +2 -0
- package/SVF-doxygen/html/html/files.html +10 -8
- package/SVF-doxygen/html/html/functions_0x7e.html +3 -0
- package/SVF-doxygen/html/html/functions_a.html +11 -5
- package/SVF-doxygen/html/html/functions_c.html +27 -25
- package/SVF-doxygen/html/html/functions_e.html +3 -2
- package/SVF-doxygen/html/html/functions_enum.html +1 -1
- package/SVF-doxygen/html/html/functions_eval_c.html +1 -1
- package/SVF-doxygen/html/html/functions_eval_w.html +1 -1
- package/SVF-doxygen/html/html/functions_f.html +3 -3
- package/SVF-doxygen/html/html/functions_func.html +16 -10
- package/SVF-doxygen/html/html/functions_func_0x7e.html +3 -0
- package/SVF-doxygen/html/html/functions_func_c.html +29 -25
- package/SVF-doxygen/html/html/functions_func_e.html +1 -1
- package/SVF-doxygen/html/html/functions_func_g.html +1 -1
- package/SVF-doxygen/html/html/functions_func_i.html +11 -8
- package/SVF-doxygen/html/html/functions_func_p.html +9 -7
- package/SVF-doxygen/html/html/functions_func_s.html +14 -11
- package/SVF-doxygen/html/html/functions_g.html +2 -2
- package/SVF-doxygen/html/html/functions_i.html +11 -8
- package/SVF-doxygen/html/html/functions_l.html +6 -6
- package/SVF-doxygen/html/html/functions_m.html +2 -1
- package/SVF-doxygen/html/html/functions_n.html +1 -1
- package/SVF-doxygen/html/html/functions_o.html +3 -3
- package/SVF-doxygen/html/html/functions_p.html +20 -16
- package/SVF-doxygen/html/html/functions_s.html +19 -15
- package/SVF-doxygen/html/html/functions_t.html +8 -8
- package/SVF-doxygen/html/html/functions_type_n.html +1 -1
- package/SVF-doxygen/html/html/functions_type_s.html +1 -1
- package/SVF-doxygen/html/html/functions_type_t.html +1 -1
- package/SVF-doxygen/html/html/functions_v.html +6 -6
- package/SVF-doxygen/html/html/functions_vars_e.html +1 -0
- package/SVF-doxygen/html/html/functions_vars_g.html +1 -1
- package/SVF-doxygen/html/html/functions_vars_m.html +1 -0
- package/SVF-doxygen/html/html/functions_vars_s.html +1 -0
- package/SVF-doxygen/html/html/functions_vars_t.html +1 -1
- package/SVF-doxygen/html/html/functions_w.html +1 -1
- package/SVF-doxygen/html/html/globals_g.html +3 -3
- package/SVF-doxygen/html/html/globals_v.html +1 -2
- package/SVF-doxygen/html/html/globals_vars.html +3 -4
- package/SVF-doxygen/html/html/hierarchy.html +47 -46
- package/SVF-doxygen/html/html/namespaceSVF.html +2 -0
- package/SVF-doxygen/html/html/search/all_1.js +2 -0
- package/SVF-doxygen/html/html/search/all_10.js +10 -10
- package/SVF-doxygen/html/html/search/all_11.js +1 -1
- package/SVF-doxygen/html/html/search/all_12.js +11 -8
- package/SVF-doxygen/html/html/search/all_13.js +4 -4
- package/SVF-doxygen/html/html/search/all_14.js +1 -1
- package/SVF-doxygen/html/html/search/all_15.js +5 -5
- package/SVF-doxygen/html/html/search/all_16.js +1 -1
- package/SVF-doxygen/html/html/search/all_19.js +1 -0
- package/SVF-doxygen/html/html/search/all_3.js +4 -3
- package/SVF-doxygen/html/html/search/all_5.js +2 -2
- package/SVF-doxygen/html/html/search/all_6.js +1 -1
- package/SVF-doxygen/html/html/search/all_7.js +4 -4
- package/SVF-doxygen/html/html/search/all_9.js +2 -1
- package/SVF-doxygen/html/html/search/all_c.js +4 -4
- package/SVF-doxygen/html/html/search/all_d.js +1 -1
- package/SVF-doxygen/html/html/search/all_e.js +2 -2
- package/SVF-doxygen/html/html/search/all_f.js +2 -2
- package/SVF-doxygen/html/html/search/classes_f.js +1 -0
- package/SVF-doxygen/html/html/search/enums_1.js +1 -1
- package/SVF-doxygen/html/html/search/enumvalues_13.js +1 -1
- package/SVF-doxygen/html/html/search/enumvalues_2.js +1 -1
- package/SVF-doxygen/html/html/search/files_d.js +2 -0
- package/SVF-doxygen/html/html/search/functions_0.js +2 -0
- package/SVF-doxygen/html/html/search/functions_11.js +2 -1
- package/SVF-doxygen/html/html/search/functions_17.js +1 -0
- package/SVF-doxygen/html/html/search/functions_2.js +2 -1
- package/SVF-doxygen/html/html/search/functions_4.js +1 -1
- package/SVF-doxygen/html/html/search/functions_6.js +1 -1
- package/SVF-doxygen/html/html/search/functions_8.js +1 -0
- package/SVF-doxygen/html/html/search/functions_f.js +4 -4
- package/SVF-doxygen/html/html/search/typedefs_10.js +1 -1
- package/SVF-doxygen/html/html/search/typedefs_11.js +1 -1
- package/SVF-doxygen/html/html/search/typedefs_c.js +1 -1
- package/SVF-doxygen/html/html/search/variables_12.js +1 -1
- package/SVF-doxygen/html/html/search/variables_13.js +2 -2
- package/SVF-doxygen/html/html/search/variables_14.js +1 -1
- package/SVF-doxygen/html/html/search/variables_15.js +1 -1
- package/SVF-doxygen/html/html/search/variables_5.js +1 -1
- package/SVF-doxygen/html/html/search/variables_7.js +3 -3
- package/SVF-doxygen/html/html/search/variables_d.js +1 -1
- package/SVF-doxygen/html/html/search/variables_e.js +1 -1
- package/include/CFL/CFLGraphBuilder.h +9 -0
- package/include/CFL/PEGGrammar.txt +4 -8
- package/include/Graphs/ICFGStat.h +1 -1
- package/include/Util/ExtAPI.h +3 -0
- package/include/Util/ExtAPI.json +1456 -44
- package/include/Util/PTAStat.h +6 -36
- package/include/Util/SVFStat.h +95 -0
- package/include/WPA/AndersenPWC.h +1 -1
- package/lib/CFL/CFLGraphBuilder.cpp +44 -0
- package/lib/DDA/DDAPass.cpp +1 -0
- package/lib/DDA/DDAStat.cpp +1 -0
- package/lib/Graphs/SVFGReadWrite.cpp +1 -0
- package/lib/Graphs/SVFGStat.cpp +1 -0
- package/lib/SVF-FE/CHGBuilder.cpp +1 -0
- package/lib/Util/ExtAPI.cpp +42 -4
- package/lib/Util/PTAStat.cpp +2 -21
- package/lib/Util/SVFStat.cpp +58 -0
- package/lib/WPA/Andersen.cpp +1 -0
- package/lib/WPA/AndersenSCD.cpp +1 -0
- package/lib/WPA/AndersenSFR.cpp +1 -0
- package/lib/WPA/AndersenStat.cpp +1 -0
- package/lib/WPA/AndersenWaveDiff.cpp +1 -0
- package/package.json +1 -1
|
@@ -89,7 +89,8 @@ $(function() {
|
|
|
89
89
|
: <a class="el" href="classSVF_1_1TypeAnalysis.html#aec579b7854aa6a994632d3f7c5d621db">SVF::TypeAnalysis</a>
|
|
90
90
|
</li>
|
|
91
91
|
<li>callgraphStat()
|
|
92
|
-
: <a class="el" href="classSVF_1_1PTAStat.html#
|
|
92
|
+
: <a class="el" href="classSVF_1_1PTAStat.html#af2eb88d1563be9e6290a5fc69bec3bbe">SVF::PTAStat</a>
|
|
93
|
+
, <a class="el" href="classSVF_1_1SVFStat.html#a21e6767fbe2c3cdea4aac30199dfd2f0">SVF::SVFStat</a>
|
|
93
94
|
</li>
|
|
94
95
|
<li>CallICFGNode()
|
|
95
96
|
: <a class="el" href="classSVF_1_1CallICFGNode.html#a7c514653ca97c9a97f5a26a57a2955e1">SVF::CallICFGNode</a>
|
|
@@ -101,7 +102,7 @@ $(function() {
|
|
|
101
102
|
: <a class="el" href="classSVF_1_1CallMU.html#abb981eb0739d7b3fdcc271b693e708ae">SVF::CallMU< Cond ></a>
|
|
102
103
|
</li>
|
|
103
104
|
<li>CallPE()
|
|
104
|
-
: <a class="el" href="classSVF_1_1CallPE.html#
|
|
105
|
+
: <a class="el" href="classSVF_1_1CallPE.html#a1e09f62a8e3ce2d3bc3fadb29e32a50e">SVF::CallPE</a>
|
|
105
106
|
</li>
|
|
106
107
|
<li>callPEBegin()
|
|
107
108
|
: <a class="el" href="classSVF_1_1FormalParmVFGNode.html#ac2711b6bf2b27386def742aa0959ba35">SVF::FormalParmVFGNode</a>
|
|
@@ -198,7 +199,7 @@ $(function() {
|
|
|
198
199
|
, <a class="el" href="classSVF_1_1AddrVFGNode.html#a5ad9c37ae429e0ac4c4fae224364f177">SVF::AddrVFGNode</a>
|
|
199
200
|
, <a class="el" href="classSVF_1_1Andersen.html#aaec53980b25ed769fa9a985860f810b5">SVF::Andersen</a>
|
|
200
201
|
, <a class="el" href="classSVF_1_1AndersenBase.html#afa4d710b093a6c7a33cb1aef823781f0">SVF::AndersenBase</a>
|
|
201
|
-
, <a class="el" href="classSVF_1_1ArgumentVFGNode.html#
|
|
202
|
+
, <a class="el" href="classSVF_1_1ArgumentVFGNode.html#ab6179be01a029e52df59480c20a92ef2">SVF::ArgumentVFGNode</a>
|
|
202
203
|
, <a class="el" href="classSVF_1_1AssignStmt.html#a4f94b6731f324e44fc4d4e06d7acdbf7">SVF::AssignStmt</a>
|
|
203
204
|
, <a class="el" href="classSVF_1_1BinaryOPStmt.html#ab5a0f41455474643e8dd97aaab0aaab5">SVF::BinaryOPStmt</a>
|
|
204
205
|
, <a class="el" href="classSVF_1_1BinaryOPVFGNode.html#a74266197f0ac969746c0be4175e70c17">SVF::BinaryOPVFGNode</a>
|
|
@@ -223,7 +224,7 @@ $(function() {
|
|
|
223
224
|
, <a class="el" href="classSVF_1_1CopyVFGNode.html#adefcc30434a12173cfbdb05145ff2959">SVF::CopyVFGNode</a>
|
|
224
225
|
, <a class="el" href="classSVF_1_1DCHGraph.html#af9970ff0ef4a8f4c638da9f519d14a21">SVF::DCHGraph</a>
|
|
225
226
|
, <a class="el" href="classSVF_1_1DFPTData.html#a1b09e85de5cc187958dd8fb1aa5edfcd">SVF::DFPTData< Key, KeySet, Data, DataSet ></a>
|
|
226
|
-
, <a class="el" href="classSVF_1_1DiffPTData.html#
|
|
227
|
+
, <a class="el" href="classSVF_1_1DiffPTData.html#af182fd3695fee155abac8c2f0c402a17">SVF::DiffPTData< Key, KeySet, Data, DataSet ></a>
|
|
227
228
|
, <a class="el" href="classSVF_1_1DirectSVFGEdge.html#a200f8722e39d0267cd5d0212871e16bf">SVF::DirectSVFGEdge</a>
|
|
228
229
|
, <a class="el" href="classSVF_1_1DummyObjVar.html#a543ca59bd39740d1080fe4702bc2fd69">SVF::DummyObjVar</a>
|
|
229
230
|
, <a class="el" href="classSVF_1_1DummyValVar.html#a06c603907dce56bea44f9a4f9da4d6c7">SVF::DummyValVar</a>
|
|
@@ -239,7 +240,7 @@ $(function() {
|
|
|
239
240
|
, <a class="el" href="classSVF_1_1FunExitICFGNode.html#ab81f7f50638b8ce85f83ca3b7b566213">SVF::FunExitICFGNode</a>
|
|
240
241
|
, <a class="el" href="classSVF_1_1GepCGEdge.html#af9fbe33becd8f832267ab7ea6e0437b6">SVF::GepCGEdge</a>
|
|
241
242
|
, <a class="el" href="classSVF_1_1GepObjVar.html#ab3129ad98687e6352675d84373d96ffe">SVF::GepObjVar</a>
|
|
242
|
-
, <a class="el" href="classSVF_1_1GepStmt.html#
|
|
243
|
+
, <a class="el" href="classSVF_1_1GepStmt.html#a92016e7d6061e4a157c9cd39ad94cc20">SVF::GepStmt</a>
|
|
243
244
|
, <a class="el" href="classSVF_1_1GepValVar.html#a28e42f01110a2d0a5f1f90bca14c5035">SVF::GepValVar</a>
|
|
244
245
|
, <a class="el" href="classSVF_1_1GepVFGNode.html#a77aa023b0c19e72a1263c63419643241">SVF::GepVFGNode</a>
|
|
245
246
|
, <a class="el" href="classSVF_1_1GlobalICFGNode.html#a06d0940d1b923991144c827e145a028e">SVF::GlobalICFGNode</a>
|
|
@@ -254,9 +255,9 @@ $(function() {
|
|
|
254
255
|
, <a class="el" href="classSVF_1_1IntraIndSVFGEdge.html#ae1e57e6cc223a06f957c4d6761c35402">SVF::IntraIndSVFGEdge</a>
|
|
255
256
|
, <a class="el" href="classSVF_1_1IntraMSSAPHISVFGNode.html#ae1fef4865427f59811fde241d4ac80cc">SVF::IntraMSSAPHISVFGNode</a>
|
|
256
257
|
, <a class="el" href="classSVF_1_1IntraPHIVFGNode.html#a30aa2227c1d94c2726d29cdbe800f91e">SVF::IntraPHIVFGNode</a>
|
|
257
|
-
, <a class="el" href="classSVF_1_1LoadCGEdge.html#
|
|
258
|
+
, <a class="el" href="classSVF_1_1LoadCGEdge.html#ab7d9fa1d9ed23f3f7579ba26dad46032">SVF::LoadCGEdge</a>
|
|
258
259
|
, <a class="el" href="classSVF_1_1LoadMU.html#a675192a60c5afa6e1d5f9b7dae5953b5">SVF::LoadMU< Cond ></a>
|
|
259
|
-
, <a class="el" href="classSVF_1_1LoadStmt.html#
|
|
260
|
+
, <a class="el" href="classSVF_1_1LoadStmt.html#a03d6f1ee2f52b34d905b204eb53d6560">SVF::LoadStmt</a>
|
|
260
261
|
, <a class="el" href="classSVF_1_1LoadVFGNode.html#a4f8125b671b65b106b82fa7f555a0627">SVF::LoadVFGNode</a>
|
|
261
262
|
, <a class="el" href="classSVF_1_1MRSVFGNode.html#a22e28a37a013d14964ce832fa23dfb84">SVF::MRSVFGNode</a>
|
|
262
263
|
, <a class="el" href="classSVF_1_1MSSACHI.html#a49cf6b7e0cb38acfeb2eb2e1273c506d">SVF::MSSACHI< Cond ></a>
|
|
@@ -295,18 +296,18 @@ $(function() {
|
|
|
295
296
|
, <a class="el" href="classSVF_1_1StoreVFGNode.html#a61b6a4c05576d942024cc002905d5831">SVF::StoreVFGNode</a>
|
|
296
297
|
, <a class="el" href="classSVF_1_1SVFStmt.html#ac517a3166a3afe45d04480534ac3bb50">SVF::SVFStmt</a>
|
|
297
298
|
, <a class="el" href="classSVF_1_1SVFValue.html#a1f2c6271dfefc6db685569e6c0cbedf5">SVF::SVFValue</a>
|
|
298
|
-
, <a class="el" href="classSVF_1_1TCTEdge.html#
|
|
299
|
+
, <a class="el" href="classSVF_1_1TCTEdge.html#a38d3af1f146d4e70574874c7ec28f6f3">SVF::TCTEdge</a>
|
|
299
300
|
, <a class="el" href="classSVF_1_1TDForkPE.html#a79317f2ac92ace129a1ccf802406498d">SVF::TDForkPE</a>
|
|
300
301
|
, <a class="el" href="classSVF_1_1TDJoinPE.html#ace17257476d0ee089a9f9cb8dc63e3f2">SVF::TDJoinPE</a>
|
|
301
302
|
, <a class="el" href="classSVF_1_1ThreadCallGraph.html#a4ba42f59f0a6a7ea5b059f6e8df64d89">SVF::ThreadCallGraph</a>
|
|
302
303
|
, <a class="el" href="classSVF_1_1ThreadForkEdge.html#a4d2c3601a3fd530d178ec00ee3e1bc5d">SVF::ThreadForkEdge</a>
|
|
303
304
|
, <a class="el" href="classSVF_1_1ThreadJoinEdge.html#a0fb671c87fecd2fd9c2dab4187a47d37">SVF::ThreadJoinEdge</a>
|
|
304
|
-
, <a class="el" href="classSVF_1_1ThreadMHPIndSVFGEdge.html#
|
|
305
|
+
, <a class="el" href="classSVF_1_1ThreadMHPIndSVFGEdge.html#a4f7b0802389ce183635d5be2a40128bc">SVF::ThreadMHPIndSVFGEdge</a>
|
|
305
306
|
, <a class="el" href="classSVF_1_1TypeAnalysis.html#ae14733ac9763b07a84ed9b5e297badf3">SVF::TypeAnalysis</a>
|
|
306
307
|
, <a class="el" href="classSVF_1_1UnaryOPStmt.html#abb10688145fa76629916ec3df61b6c95">SVF::UnaryOPStmt</a>
|
|
307
308
|
, <a class="el" href="classSVF_1_1UnaryOPVFGNode.html#a01a9b0fd0189462e37ff51e232a5cda8">SVF::UnaryOPVFGNode</a>
|
|
308
|
-
, <a class="el" href="classSVF_1_1ValVar.html#
|
|
309
|
-
, <a class="el" href="classSVF_1_1VarArgPN.html#
|
|
309
|
+
, <a class="el" href="classSVF_1_1ValVar.html#a71e5f4eaf74f852d3354ac6b0b65f39c">SVF::ValVar</a>
|
|
310
|
+
, <a class="el" href="classSVF_1_1VarArgPN.html#acaecf9e9d98c4a14fecee0877a72839c">SVF::VarArgPN</a>
|
|
310
311
|
, <a class="el" href="classSVF_1_1VariantGepCGEdge.html#a5afc61b0781b222c70707a0ea765a4bd">SVF::VariantGepCGEdge</a>
|
|
311
312
|
, <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#afd1e0d4445e1e50e95f816e51f8de3c8">SVF::VersionedFlowSensitive</a>
|
|
312
313
|
, <a class="el" href="classSVF_1_1VersionedPTData.html#a385133d44ac2b5fcef007040da8c2fd6">SVF::VersionedPTData< Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet ></a>
|
|
@@ -367,11 +368,11 @@ $(function() {
|
|
|
367
368
|
, <a class="el" href="classSVF_1_1MutableDFPTData.html#ab345e148997b9e1c6e4c2c76267880b7">SVF::MutableDFPTData< Key, KeySet, Data, DataSet ></a>
|
|
368
369
|
, <a class="el" href="classSVF_1_1MutableDiffPTData.html#a8b6e2e5e016a5ae00ae440e3f383bb16">SVF::MutableDiffPTData< Key, KeySet, Data, DataSet ></a>
|
|
369
370
|
, <a class="el" href="classSVF_1_1MutablePTData.html#a3bf34d8040779b4d251bb08a58604d77">SVF::MutablePTData< Key, KeySet, Data, DataSet ></a>
|
|
370
|
-
, <a class="el" href="classSVF_1_1MutableVersionedPTData.html#
|
|
371
|
+
, <a class="el" href="classSVF_1_1MutableVersionedPTData.html#aaf3df7501f84233f6a687ef9f2f0ae90">SVF::MutableVersionedPTData< Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet ></a>
|
|
371
372
|
, <a class="el" href="classSVF_1_1PersistentDFPTData.html#afa828c0db9c030584e379e86cf0a25a9">SVF::PersistentDFPTData< Key, KeySet, Data, DataSet ></a>
|
|
372
373
|
, <a class="el" href="classSVF_1_1PersistentDiffPTData.html#ae4b558e119c7e3fae25a0b4509422c87">SVF::PersistentDiffPTData< Key, KeySet, Data, DataSet ></a>
|
|
373
374
|
, <a class="el" href="classSVF_1_1PersistentPTData.html#aff3437089686869faa772c44bca753b6">SVF::PersistentPTData< Key, KeySet, Data, DataSet ></a>
|
|
374
|
-
, <a class="el" href="classSVF_1_1PersistentVersionedPTData.html#
|
|
375
|
+
, <a class="el" href="classSVF_1_1PersistentVersionedPTData.html#a5c31a5faad444bd19005d06ba28d0185">SVF::PersistentVersionedPTData< Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet ></a>
|
|
375
376
|
, <a class="el" href="classSVF_1_1PTData.html#a877888f12d9f8048002cc0e6b83d45ac">SVF::PTData< Key, KeySet, Data, DataSet ></a>
|
|
376
377
|
, <a class="el" href="classSVF_1_1VersionedPTData.html#a4bfd083fae6ff689945ed34632e208e9">SVF::VersionedPTData< Key, KeySet, Data, DataSet, VersionedKey, VersionedKeySet ></a>
|
|
377
378
|
</li>
|
|
@@ -420,7 +421,7 @@ $(function() {
|
|
|
420
421
|
, <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#aedd12e894fb2c17d2201f4049e5f3793">SVF::VersionedFlowSensitive</a>
|
|
421
422
|
</li>
|
|
422
423
|
<li>CmpStmt()
|
|
423
|
-
: <a class="el" href="classSVF_1_1CmpStmt.html#
|
|
424
|
+
: <a class="el" href="classSVF_1_1CmpStmt.html#a02c4846269bd28bd4e8b127532cb737a">SVF::CmpStmt</a>
|
|
424
425
|
</li>
|
|
425
426
|
<li>CmpVFGNode()
|
|
426
427
|
: <a class="el" href="classSVF_1_1CmpVFGNode.html#adcb91fca3c1cd9e23c8996dd825504ac">SVF::CmpVFGNode</a>
|
|
@@ -575,7 +576,7 @@ $(function() {
|
|
|
575
576
|
: <a class="el" href="classSVF_1_1LocationSet.html#afc0f702b6cce26861b409130fe5e019f">SVF::LocationSet</a>
|
|
576
577
|
</li>
|
|
577
578
|
<li>computeDDAPts()
|
|
578
|
-
: <a class="el" href="classSVF_1_1ContextDDA.html#
|
|
579
|
+
: <a class="el" href="classSVF_1_1ContextDDA.html#ae0f3b07267ded5f0ee879c39effff864">SVF::ContextDDA</a>
|
|
579
580
|
, <a class="el" href="classSVF_1_1FlowDDA.html#a113faa56ee75eff39da19fd4b47a47e0">SVF::FlowDDA</a>
|
|
580
581
|
, <a class="el" href="classSVF_1_1PointerAnalysis.html#a0bb90b398ef85504bcd816ae57bee01d">SVF::PointerAnalysis</a>
|
|
581
582
|
</li>
|
|
@@ -628,7 +629,7 @@ $(function() {
|
|
|
628
629
|
, <a class="el" href="classSVF_1_1SaberCondAllocator.html#a2e4c3f5149a5085a5c8bb7547eae8161">SVF::SaberCondAllocator</a>
|
|
629
630
|
</li>
|
|
630
631
|
<li>CondPointsToSet()
|
|
631
|
-
: <a class="el" href="classSVF_1_1CondPointsToSet.html#
|
|
632
|
+
: <a class="el" href="classSVF_1_1CondPointsToSet.html#aad144061d006968ff4d6d21488b84801">SVF::CondPointsToSet< Cond ></a>
|
|
632
633
|
</li>
|
|
633
634
|
<li>CondPTAImpl()
|
|
634
635
|
: <a class="el" href="classSVF_1_1CondPTAImpl.html#a60678dda5071557483b27d09d26dc270">SVF::CondPTAImpl< Cond ></a>
|
|
@@ -691,6 +692,9 @@ $(function() {
|
|
|
691
692
|
<li>connectVCallToVFns()
|
|
692
693
|
: <a class="el" href="classSVF_1_1PointerAnalysis.html#a6a5dec067fa2a1babc83f36daa8afcc3">SVF::PointerAnalysis</a>
|
|
693
694
|
</li>
|
|
695
|
+
<li>connectVGep()
|
|
696
|
+
: <a class="el" href="classSVF_1_1AliasCFLGraphBuilder.html#a9feeeca8a919b19693e48d6a382c8871">SVF::AliasCFLGraphBuilder</a>
|
|
697
|
+
</li>
|
|
694
698
|
<li>constantSymID()
|
|
695
699
|
: <a class="el" href="classSVF_1_1SymbolTableInfo.html#ab582424fdb6d9674c1bd4466cdfbe497">SVF::SymbolTableInfo</a>
|
|
696
700
|
</li>
|
|
@@ -724,13 +728,13 @@ $(function() {
|
|
|
724
728
|
, <a class="el" href="classSVF_1_1SparseBitVector.html#abbd0e0cf759fad7858224ed8a63aade8">SVF::SparseBitVector< ElementSize ></a>
|
|
725
729
|
</li>
|
|
726
730
|
<li>ContextCond()
|
|
727
|
-
: <a class="el" href="classSVF_1_1ContextCond.html#
|
|
731
|
+
: <a class="el" href="classSVF_1_1ContextCond.html#a9b81bf11679645d32d50b91bdb6d2dc1">SVF::ContextCond</a>
|
|
728
732
|
</li>
|
|
729
733
|
<li>ContextDDA()
|
|
730
734
|
: <a class="el" href="classSVF_1_1ContextDDA.html#ac73213825d188fb4d1105ddc472fde05">SVF::ContextDDA</a>
|
|
731
735
|
</li>
|
|
732
736
|
<li>CopyCGEdge()
|
|
733
|
-
: <a class="el" href="classSVF_1_1CopyCGEdge.html#
|
|
737
|
+
: <a class="el" href="classSVF_1_1CopyCGEdge.html#ac82949d49688f428d09842bda0ba1d53">SVF::CopyCGEdge</a>
|
|
734
738
|
</li>
|
|
735
739
|
<li>CopyStmt()
|
|
736
740
|
: <a class="el" href="classSVF_1_1CopyStmt.html#a69b179ef052408034786d32a52c52389">SVF::CopyStmt</a>
|
|
@@ -739,10 +743,10 @@ $(function() {
|
|
|
739
743
|
: <a class="el" href="classSVF_1_1CopyVFGNode.html#aee4a402546b3df92412a5252c9608818">SVF::CopyVFGNode</a>
|
|
740
744
|
</li>
|
|
741
745
|
<li>CoreBitVector()
|
|
742
|
-
: <a class="el" href="classSVF_1_1CoreBitVector.html#
|
|
746
|
+
: <a class="el" href="classSVF_1_1CoreBitVector.html#aa25de5d26935c74e156c5f6604b3d8a8">SVF::CoreBitVector</a>
|
|
743
747
|
</li>
|
|
744
748
|
<li>CoreBitVectorIterator()
|
|
745
|
-
: <a class="el" href="classSVF_1_1CoreBitVector_1_1CoreBitVectorIterator.html#
|
|
749
|
+
: <a class="el" href="classSVF_1_1CoreBitVector_1_1CoreBitVectorIterator.html#add4da76753804d22314f070e1ad1ce6f">SVF::CoreBitVector::CoreBitVectorIterator</a>
|
|
746
750
|
</li>
|
|
747
751
|
<li>count()
|
|
748
752
|
: <a class="el" href="classSVF_1_1CondStdSet.html#aa19e82905537f3ae41f64fce070ee555">SVF::CondStdSet< Element ></a>
|
|
@@ -762,7 +766,7 @@ $(function() {
|
|
|
762
766
|
: <a class="el" href="classSVF_1_1ICFGStat.html#a632f57db1f1e17f49289b5dfec048ef6">SVF::ICFGStat</a>
|
|
763
767
|
</li>
|
|
764
768
|
<li>cptsBegin()
|
|
765
|
-
: <a class="el" href="classSVF_1_1CondPointsToSet.html#
|
|
769
|
+
: <a class="el" href="classSVF_1_1CondPointsToSet.html#ad26570b94c56d6d2ae1cd5093ac66670">SVF::CondPointsToSet< Cond ></a>
|
|
766
770
|
</li>
|
|
767
771
|
<li>cptsEnd()
|
|
768
772
|
: <a class="el" href="classSVF_1_1CondPointsToSet.html#aa4c47630b9a06d70375daf5e9237303d">SVF::CondPointsToSet< Cond ></a>
|
|
@@ -842,16 +846,16 @@ $(function() {
|
|
|
842
846
|
: <a class="el" href="classSVF_1_1CxtStmt.html#ad976db5b794019bb68ccc9a35349fb41">SVF::CxtStmt</a>
|
|
843
847
|
</li>
|
|
844
848
|
<li>CxtStmtDPItem()
|
|
845
|
-
: <a class="el" href="classSVF_1_1CxtStmtDPItem.html#
|
|
849
|
+
: <a class="el" href="classSVF_1_1CxtStmtDPItem.html#a5c3bd4e8f26bfdc863baeb1241a557d1">SVF::CxtStmtDPItem< LocCond ></a>
|
|
846
850
|
</li>
|
|
847
851
|
<li>CxtThread()
|
|
848
|
-
: <a class="el" href="classSVF_1_1CxtThread.html#
|
|
852
|
+
: <a class="el" href="classSVF_1_1CxtThread.html#ac6af46ba08bbad4454358298fd2557d3">SVF::CxtThread</a>
|
|
849
853
|
</li>
|
|
850
854
|
<li>CxtThreadProc()
|
|
851
|
-
: <a class="el" href="classSVF_1_1CxtThreadProc.html#
|
|
855
|
+
: <a class="el" href="classSVF_1_1CxtThreadProc.html#acce14996e41ae55ae8e27b29408ef7c8">SVF::CxtThreadProc</a>
|
|
852
856
|
</li>
|
|
853
857
|
<li>CxtThreadStmt()
|
|
854
|
-
: <a class="el" href="classSVF_1_1CxtThreadStmt.html#
|
|
858
|
+
: <a class="el" href="classSVF_1_1CxtThreadStmt.html#ab5487e3f330bb18685281c5effcecfbb">SVF::CxtThreadStmt</a>
|
|
855
859
|
</li>
|
|
856
860
|
<li>cxtToStr()
|
|
857
861
|
: <a class="el" href="classSVF_1_1CxtProc.html#ac53f22f1e9547b15b8998d83290f4281">SVF::CxtProc</a>
|
|
@@ -116,7 +116,7 @@ $(function() {
|
|
|
116
116
|
, <a class="el" href="classSVF_1_1SVFModule.html#a58d03edb6ff85f4943135478f113df31">SVF::SVFModule</a>
|
|
117
117
|
</li>
|
|
118
118
|
<li>endClk()
|
|
119
|
-
: <a class="el" href="
|
|
119
|
+
: <a class="el" href="classSVF_1_1SVFStat.html#a1b7f1e3381de87f75f06cddb9c6c1ec1">SVF::SVFStat</a>
|
|
120
120
|
</li>
|
|
121
121
|
<li>endSymbolAllocation()
|
|
122
122
|
: <a class="el" href="classSVF_1_1NodeIDAllocator.html#a92b053f79cfa1259603836cb0aacad7d">SVF::NodeIDAllocator</a>
|
|
@@ -517,7 +517,7 @@ $(function() {
|
|
|
517
517
|
: <a class="el" href="classSVF_1_1MemSSA.html#a2e656a50f8964fc3e99d1d436de64418">SVF::MemSSA</a>
|
|
518
518
|
</li>
|
|
519
519
|
<li>getClk()
|
|
520
|
-
: <a class="el" href="
|
|
520
|
+
: <a class="el" href="classSVF_1_1SVFStat.html#ac9d390c417df6f6af6b274618b87010d">SVF::SVFStat</a>
|
|
521
521
|
</li>
|
|
522
522
|
<li>getCmpVFGNode()
|
|
523
523
|
: <a class="el" href="classSVF_1_1VFG.html#a9215c1d7f1152967f0731057a085e793">SVF::VFG</a>
|
|
@@ -367,6 +367,9 @@ $(function() {
|
|
|
367
367
|
<li>is_realloc()
|
|
368
368
|
: <a class="el" href="classSVF_1_1ExtAPI.html#ac6d6bdc51a6b75d6d5741cb751559fe4">SVF::ExtAPI</a>
|
|
369
369
|
</li>
|
|
370
|
+
<li>is_sameSignature()
|
|
371
|
+
: <a class="el" href="classSVF_1_1ExtAPI.html#a5e8b816a3eb894f6b09403852df0d01b">SVF::ExtAPI</a>
|
|
372
|
+
</li>
|
|
370
373
|
<li>isActualOUTPHI()
|
|
371
374
|
: <a class="el" href="classSVF_1_1InterMSSAPHISVFGNode.html#a4fef6f5eaeed80f1555b4cdaa2af5301">SVF::InterMSSAPHISVFGNode</a>
|
|
372
375
|
</li>
|
|
@@ -595,14 +598,14 @@ $(function() {
|
|
|
595
598
|
, <a class="el" href="classSVF_1_1SrcSnkDDA.html#a391bb031b2f244e930b266a29cda0af7">SVF::SrcSnkDDA</a>
|
|
596
599
|
</li>
|
|
597
600
|
<li>isHareParFor()
|
|
598
|
-
: <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
601
|
+
: <a class="el" href="classSVF_1_1ThreadAPI.html#a86d75b7e3570337e484397e60f97d88e">SVF::ThreadAPI</a>
|
|
599
602
|
</li>
|
|
600
603
|
<li>isHBPair()
|
|
601
604
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#a86c68ce5fd8825b1593d92a5a5bad389">SVF::ForkJoinAnalysis</a>
|
|
602
605
|
, <a class="el" href="classSVF_1_1MHP.html#a6f07427b45991b2d8a3ff21582121d23">SVF::MHP</a>
|
|
603
606
|
</li>
|
|
604
607
|
<li>isHeadofSpan()
|
|
605
|
-
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#
|
|
608
|
+
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#a5c32c2f5038aab15ec2da50c7c99b405">SVF::MTASVFGBuilder</a>
|
|
606
609
|
</li>
|
|
607
610
|
<li>isHeap()
|
|
608
611
|
: <a class="el" href="classSVF_1_1MemObj.html#a898c5bb3956402578266a6fb142e02b1">SVF::MemObj</a>
|
|
@@ -975,14 +978,14 @@ $(function() {
|
|
|
975
978
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#add7daee4a0ecae479a5ab015130c8c93">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
976
979
|
</li>
|
|
977
980
|
<li>isTailofSpan()
|
|
978
|
-
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#
|
|
981
|
+
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#ac8339229ade604f4205b111bfc99f23f">SVF::MTASVFGBuilder</a>
|
|
979
982
|
</li>
|
|
980
983
|
<li>isTDAcquire()
|
|
981
984
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#a5521de9933ce74d0954a942dfceae772">SVF::LockAnalysis</a>
|
|
982
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
985
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a9db4df7968ec179e5012794c58fdee70">SVF::ThreadAPI</a>
|
|
983
986
|
</li>
|
|
984
987
|
<li>isTDBarWait()
|
|
985
|
-
: <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
988
|
+
: <a class="el" href="classSVF_1_1ThreadAPI.html#af3aa58dc83dca382162df67c12169585">SVF::ThreadAPI</a>
|
|
986
989
|
</li>
|
|
987
990
|
<li>isTDExit()
|
|
988
991
|
: <a class="el" href="classSVF_1_1ThreadAPI.html#ae87d129560d7015966336f06a516db23">SVF::ThreadAPI</a>
|
|
@@ -991,16 +994,16 @@ $(function() {
|
|
|
991
994
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aff32f240a03421937c2fc606359dca9b">SVF::ForkJoinAnalysis</a>
|
|
992
995
|
, <a class="el" href="classSVF_1_1LockAnalysis.html#a6e34f3138e8ee558bb00d9d808afba16">SVF::LockAnalysis</a>
|
|
993
996
|
, <a class="el" href="classSVF_1_1MHP.html#aeabf2e9ec8b1ec874503c83cc65e1205">SVF::MHP</a>
|
|
994
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
997
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a261eb3c2f7e44a81edf4feddfc65a3cc">SVF::ThreadAPI</a>
|
|
995
998
|
</li>
|
|
996
999
|
<li>isTDJoin()
|
|
997
1000
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aac722a42dc6e03e771a7a80de5f8ec94">SVF::ForkJoinAnalysis</a>
|
|
998
1001
|
, <a class="el" href="classSVF_1_1MHP.html#ab566508ffd73abd4d5ad047a1d7f9c27">SVF::MHP</a>
|
|
999
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1002
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a8cc5f9ff6039392ce1471cd830973c44">SVF::ThreadAPI</a>
|
|
1000
1003
|
</li>
|
|
1001
1004
|
<li>isTDRelease()
|
|
1002
1005
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#ae312fa9ddb320674f7bc31e29aa474ed">SVF::LockAnalysis</a>
|
|
1003
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1006
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a1bba2e9df7a74e7e2f728267ff4bfe0f">SVF::ThreadAPI</a>
|
|
1004
1007
|
</li>
|
|
1005
1008
|
<li>isTemplate()
|
|
1006
1009
|
: <a class="el" href="classSVF_1_1CHNode.html#aff23fda93401c60422a4a5a08d77d749">SVF::CHNode</a>
|
|
@@ -128,9 +128,10 @@ $(function() {
|
|
|
128
128
|
, <a class="el" href="classSVF_1_1ICFGStat.html#aabe0779dc44ddc4e06300ea912cca39f">SVF::ICFGStat</a>
|
|
129
129
|
, <a class="el" href="classSVF_1_1MemSSA.html#a89c40c8fad70f3aead6531261e5a3cc3">SVF::MemSSA</a>
|
|
130
130
|
, <a class="el" href="classSVF_1_1MemSSAStat.html#a8b4b9466a676d2391c71d38e8be16bc9">SVF::MemSSAStat</a>
|
|
131
|
-
, <a class="el" href="classSVF_1_1PTAStat.html#
|
|
131
|
+
, <a class="el" href="classSVF_1_1PTAStat.html#ad6de9d3f25c20705768000c987af0eb6">SVF::PTAStat</a>
|
|
132
132
|
, <a class="el" href="classSVF_1_1SVFG.html#adc9fbb4553472b238d6c3bb5062279cb">SVF::SVFG</a>
|
|
133
133
|
, <a class="el" href="classSVF_1_1SVFGStat.html#a037600bfff11659542f8595d8700dec4">SVF::SVFGStat</a>
|
|
134
|
+
, <a class="el" href="classSVF_1_1SVFStat.html#a6113f8d009c42519f3a43913a0c02b95">SVF::SVFStat</a>
|
|
134
135
|
, <a class="el" href="classSVF_1_1VersionedFlowSensitiveStat.html#af202623692135ad746aed1be995c55fb">SVF::VersionedFlowSensitiveStat</a>
|
|
135
136
|
</li>
|
|
136
137
|
<li>performStatforIFDS()
|
|
@@ -138,7 +139,7 @@ $(function() {
|
|
|
138
139
|
</li>
|
|
139
140
|
<li>performStatPerQuery()
|
|
140
141
|
: <a class="el" href="classSVF_1_1DDAStat.html#a11dd60d124a8d3433312589ede4e7b11">SVF::DDAStat</a>
|
|
141
|
-
, <a class="el" href="
|
|
142
|
+
, <a class="el" href="classSVF_1_1SVFStat.html#ab03780f736bed7861c9be14637e37ba3">SVF::SVFStat</a>
|
|
142
143
|
</li>
|
|
143
144
|
<li>performTCTStat()
|
|
144
145
|
: <a class="el" href="classSVF_1_1MTAStat.html#a12f6bd291b206c18001f5d4775251481">SVF::MTAStat</a>
|
|
@@ -266,15 +267,16 @@ $(function() {
|
|
|
266
267
|
<li>printStat()
|
|
267
268
|
: <a class="el" href="classSVF_1_1AndersenBase.html#a566830d0c7a1f5cd967bb8f2ab168f8d">SVF::AndersenBase</a>
|
|
268
269
|
, <a class="el" href="classSVF_1_1DDAStat.html#ae6fd32471e0b9bf51233a36676658b49">SVF::DDAStat</a>
|
|
269
|
-
, <a class="el" href="classSVF_1_1ICFGStat.html#
|
|
270
|
+
, <a class="el" href="classSVF_1_1ICFGStat.html#af9c004e3532968ae806a3d344ef885ea">SVF::ICFGStat</a>
|
|
270
271
|
, <a class="el" href="classSVF_1_1MemSSAStat.html#ad5fbe23c3374e5b3a45ac5fa4900441a">SVF::MemSSAStat</a>
|
|
271
272
|
, <a class="el" href="classSVF_1_1PointerAnalysis.html#a4880571f57542afc50da506dfe273183">SVF::PointerAnalysis</a>
|
|
272
|
-
, <a class="el" href="classSVF_1_1PTAStat.html#
|
|
273
|
+
, <a class="el" href="classSVF_1_1PTAStat.html#aca3e99ad83bddabee1dd565522691c78">SVF::PTAStat</a>
|
|
273
274
|
, <a class="el" href="classSVF_1_1SVFGStat.html#a2e0adcfbe233523212e1ffbf5b01ba88">SVF::SVFGStat</a>
|
|
275
|
+
, <a class="el" href="classSVF_1_1SVFStat.html#a77c3cfb0c2b85a343ad0fac3682557c3">SVF::SVFStat</a>
|
|
274
276
|
</li>
|
|
275
277
|
<li>printStatPerQuery()
|
|
276
278
|
: <a class="el" href="classSVF_1_1DDAStat.html#ae695696e5cd06eb27635887f0de30eff">SVF::DDAStat</a>
|
|
277
|
-
, <a class="el" href="
|
|
279
|
+
, <a class="el" href="classSVF_1_1SVFStat.html#a2dd8ce8bb1970344533babb9fc8ddd02">SVF::SVFStat</a>
|
|
278
280
|
</li>
|
|
279
281
|
<li>printStats()
|
|
280
282
|
: <a class="el" href="classSVF_1_1NodeIDAllocator_1_1Clusterer.html#ac10cbda6a84ce890c9946a5ff35800b7">SVF::NodeIDAllocator::Clusterer</a>
|
|
@@ -392,7 +394,7 @@ $(function() {
|
|
|
392
394
|
: <a class="el" href="classSVF_1_1FlowSensitive.html#a3abffe1434386b1ce349fbed0cfe0967">SVF::FlowSensitive</a>
|
|
393
395
|
</li>
|
|
394
396
|
<li>propagateVersion()
|
|
395
|
-
: <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#
|
|
397
|
+
: <a class="el" href="classSVF_1_1VersionedFlowSensitive.html#a7a98162b69de90f80ce853a6ff43af56">SVF::VersionedFlowSensitive</a>
|
|
396
398
|
</li>
|
|
397
399
|
<li>propagateViaObj()
|
|
398
400
|
: <a class="el" href="classSVF_1_1ContextDDA.html#a45d7a381fec0692b4d2f7d0eec47ccf1">SVF::ContextDDA</a>
|
|
@@ -478,7 +480,7 @@ $(function() {
|
|
|
478
480
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aaf70954762aa86f835d799994726790e">SVF::ForkJoinAnalysis</a>
|
|
479
481
|
, <a class="el" href="classSVF_1_1LockAnalysis.html#a7d9fd3ddcadd84969b57491181983b17">SVF::LockAnalysis</a>
|
|
480
482
|
, <a class="el" href="classSVF_1_1MHP.html#a67e2d43f0e35cc46eb7680ec66a4fe44">SVF::MHP</a>
|
|
481
|
-
, <a class="el" href="classSVF_1_1TCT.html#
|
|
483
|
+
, <a class="el" href="classSVF_1_1TCT.html#afc6d7a91cfc98561bcce13425964a39e">SVF::TCT</a>
|
|
482
484
|
</li>
|
|
483
485
|
<li>pushIntoWorklist()
|
|
484
486
|
: <a class="el" href="classSVF_1_1CFLSolver.html#afc745dc72fd0572a145a78fe6a93ae5c">SVF::CFLSolver</a>
|
|
@@ -472,10 +472,10 @@ $(function() {
|
|
|
472
472
|
: <a class="el" href="classSVF_1_1SparseBitVector.html#a4f618377a31eba119de672b0be4936bc">SVF::SparseBitVector< ElementSize ></a>
|
|
473
473
|
</li>
|
|
474
474
|
<li>SparseBitVectorElement()
|
|
475
|
-
: <a class="el" href="structSVF_1_1SparseBitVectorElement.html#
|
|
475
|
+
: <a class="el" href="structSVF_1_1SparseBitVectorElement.html#a75777b1461184d8fb2cfa4ec6e95c1c5">SVF::SparseBitVectorElement< ElementSize ></a>
|
|
476
476
|
</li>
|
|
477
477
|
<li>SparseBitVectorIterator()
|
|
478
|
-
: <a class="el" href="classSVF_1_1SparseBitVector_1_1SparseBitVectorIterator.html#
|
|
478
|
+
: <a class="el" href="classSVF_1_1SparseBitVector_1_1SparseBitVectorIterator.html#aa482a56540a5279f71d93884b57f46ef">SVF::SparseBitVector< ElementSize >::SparseBitVectorIterator</a>
|
|
479
479
|
</li>
|
|
480
480
|
<li>spawneesBegin()
|
|
481
481
|
: <a class="el" href="classSVF_1_1PCG.html#a776beaeae8b6058f1f9c314a77e32083">SVF::PCG</a>
|
|
@@ -497,7 +497,7 @@ $(function() {
|
|
|
497
497
|
</li>
|
|
498
498
|
<li>split()
|
|
499
499
|
: <a class="el" href="classSVF_1_1LockResultValidator.html#ab8a6935e1ea6f99d60ead862a7b1782f">SVF::LockResultValidator</a>
|
|
500
|
-
, <a class="el" href="classSVF_1_1MTAResultValidator.html#
|
|
500
|
+
, <a class="el" href="classSVF_1_1MTAResultValidator.html#a7dad63ce2a85142a56d13926f10fde47">SVF::MTAResultValidator</a>
|
|
501
501
|
</li>
|
|
502
502
|
<li>SrcSnkDDA()
|
|
503
503
|
: <a class="el" href="classSVF_1_1SrcSnkDDA.html#a73f6ddd4ba868e203109c52e4f3600bd">SVF::SrcSnkDDA</a>
|
|
@@ -512,7 +512,7 @@ $(function() {
|
|
|
512
512
|
: <a class="el" href="classSVF_1_1MemSSA.html#a271c20725d49dd65b95c062938ffde4c">SVF::MemSSA</a>
|
|
513
513
|
</li>
|
|
514
514
|
<li>startClk()
|
|
515
|
-
: <a class="el" href="
|
|
515
|
+
: <a class="el" href="classSVF_1_1SVFStat.html#a730cc814fede3edb563aa9957c869e9e">SVF::SVFStat</a>
|
|
516
516
|
</li>
|
|
517
517
|
<li>startNewPTCompFromLoadSrc()
|
|
518
518
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#acd694c2092adf8c516d1aba5f798cec7">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
@@ -549,19 +549,19 @@ $(function() {
|
|
|
549
549
|
: <a class="el" href="classSVF_1_1StmtVFGNode.html#a03c4e0a31d2377ef4ffe46fe183ccd9d">SVF::StmtVFGNode</a>
|
|
550
550
|
</li>
|
|
551
551
|
<li>store()
|
|
552
|
-
: <a class="el" href="classSVF_1_1ExeState.html#
|
|
552
|
+
: <a class="el" href="classSVF_1_1ExeState.html#a08db85e0e599d17b54743feb03a7717a">SVF::ExeState</a>
|
|
553
553
|
</li>
|
|
554
554
|
<li>StoreCGEdge()
|
|
555
|
-
: <a class="el" href="classSVF_1_1StoreCGEdge.html#
|
|
555
|
+
: <a class="el" href="classSVF_1_1StoreCGEdge.html#a0f873b0be0ac726e412171119c5b3a50">SVF::StoreCGEdge</a>
|
|
556
556
|
</li>
|
|
557
557
|
<li>StoreCHI()
|
|
558
558
|
: <a class="el" href="classSVF_1_1StoreCHI.html#a34433e6e437d302014fd06b5fb624a79">SVF::StoreCHI< Cond ></a>
|
|
559
559
|
</li>
|
|
560
560
|
<li>StoreStmt()
|
|
561
|
-
: <a class="el" href="classSVF_1_1StoreStmt.html#
|
|
561
|
+
: <a class="el" href="classSVF_1_1StoreStmt.html#a39ee0d8cc951aff0d6418a3d743fb3ae">SVF::StoreStmt</a>
|
|
562
562
|
</li>
|
|
563
563
|
<li>StoreVFGNode()
|
|
564
|
-
: <a class="el" href="classSVF_1_1StoreVFGNode.html#
|
|
564
|
+
: <a class="el" href="classSVF_1_1StoreVFGNode.html#ab4b9182cb0f2ef7dfc1e15789a311ecd">SVF::StoreVFGNode</a>
|
|
565
565
|
</li>
|
|
566
566
|
<li>str2Kind()
|
|
567
567
|
: <a class="el" href="classSVF_1_1GrammarBase.html#ad2d56d8cdc4539d4201d1995fb36e772">SVF::GrammarBase</a>
|
|
@@ -585,14 +585,14 @@ $(function() {
|
|
|
585
585
|
: <a class="el" href="classSVF_1_1CFGNormalizer.html#adbd98b8ece3c8234d5791fab47dcdbf9">SVF::CFGNormalizer</a>
|
|
586
586
|
</li>
|
|
587
587
|
<li>subNodes()
|
|
588
|
-
: <a class="el" href="classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html#
|
|
588
|
+
: <a class="el" href="classSVF_1_1SCCDetection_1_1GNodeSCCInfo.html#a48981e6555ad221d08f16ed2df708027">SVF::SCCDetection< GraphType >::GNodeSCCInfo</a>
|
|
589
589
|
, <a class="el" href="classSVF_1_1SCCDetection.html#a6ab5eff6a576e6d8703c1ea29b7f425d">SVF::SCCDetection< GraphType ></a>
|
|
590
590
|
</li>
|
|
591
591
|
<li>SVFBasicBlock()
|
|
592
592
|
: <a class="el" href="classSVF_1_1SVFBasicBlock.html#abf53678f536d64c4d979600c9fe429d1">SVF::SVFBasicBlock</a>
|
|
593
593
|
</li>
|
|
594
594
|
<li>SVFFunction()
|
|
595
|
-
: <a class="el" href="classSVF_1_1SVFFunction.html#
|
|
595
|
+
: <a class="el" href="classSVF_1_1SVFFunction.html#ae7a55d86a87088f7d70254980e4325b3">SVF::SVFFunction</a>
|
|
596
596
|
</li>
|
|
597
597
|
<li>SVFG()
|
|
598
598
|
: <a class="el" href="classSVF_1_1SVFG.html#a68965c5a9cc5136aa0b593851c60ff12">SVF::SVFG</a>
|
|
@@ -630,6 +630,9 @@ $(function() {
|
|
|
630
630
|
<li>SVFModule()
|
|
631
631
|
: <a class="el" href="classSVF_1_1SVFModule.html#a22b214595dd7841eb974e7c633ed8bb1">SVF::SVFModule</a>
|
|
632
632
|
</li>
|
|
633
|
+
<li>SVFStat()
|
|
634
|
+
: <a class="el" href="classSVF_1_1SVFStat.html#ad22433722f7c71df19a891a5b5039d26">SVF::SVFStat</a>
|
|
635
|
+
</li>
|
|
633
636
|
<li>SVFStmt()
|
|
634
637
|
: <a class="el" href="classSVF_1_1SVFStmt.html#a2ab7295fe26d2c6d2d5c9fd027f96a47">SVF::SVFStmt</a>
|
|
635
638
|
</li>
|
|
@@ -643,7 +646,7 @@ $(function() {
|
|
|
643
646
|
: <a class="el" href="classSVF_1_1GrammarBase.html#a4c0b76ce574087acdcb3e884480b18b0">SVF::GrammarBase</a>
|
|
644
647
|
</li>
|
|
645
648
|
<li>Symbol()
|
|
646
|
-
: <a class="el" href="structSVF_1_1GrammarBase_1_1Symbol.html#
|
|
649
|
+
: <a class="el" href="structSVF_1_1GrammarBase_1_1Symbol.html#ad8268060892644d15b13f84124bc1eaf">SVF::GrammarBase::Symbol</a>
|
|
647
650
|
</li>
|
|
648
651
|
<li>SymbolInfo()
|
|
649
652
|
: <a class="el" href="classSVF_1_1SymbolTableInfo.html#a267169023fc4f8dd66b145f7231fec11">SVF::SymbolTableInfo</a>
|
|
@@ -79,7 +79,7 @@ $(function() {
|
|
|
79
79
|
: <a class="el" href="classSVF_1_1GenericNode.html#a03c6da4a73c47f84f5c5b47252bc339a">SVF::GenericNode< NodeTy, EdgeTy ></a>
|
|
80
80
|
</li>
|
|
81
81
|
<li>generalNumMap
|
|
82
|
-
: <a class="el" href="
|
|
82
|
+
: <a class="el" href="classSVF_1_1SVFStat.html#a07b6f8cb424b84b468c4518140fa3a41">SVF::SVFStat</a>
|
|
83
83
|
</li>
|
|
84
84
|
<li>generateMRs()
|
|
85
85
|
: <a class="el" href="classSVF_1_1MRGenerator.html#a4f65593325e4391333fa1b0bedbffc4a">SVF::MRGenerator</a>
|
|
@@ -571,7 +571,7 @@ $(function() {
|
|
|
571
571
|
: <a class="el" href="classSVF_1_1MemSSA.html#a2e656a50f8964fc3e99d1d436de64418">SVF::MemSSA</a>
|
|
572
572
|
</li>
|
|
573
573
|
<li>getClk()
|
|
574
|
-
: <a class="el" href="
|
|
574
|
+
: <a class="el" href="classSVF_1_1SVFStat.html#ac9d390c417df6f6af6b274618b87010d">SVF::SVFStat</a>
|
|
575
575
|
</li>
|
|
576
576
|
<li>getCmpVFGNode()
|
|
577
577
|
: <a class="el" href="classSVF_1_1VFG.html#a9215c1d7f1152967f0731057a085e793">SVF::VFG</a>
|
|
@@ -106,12 +106,12 @@ $(function() {
|
|
|
106
106
|
<li>icfgNode2PTASVFStmtsMap
|
|
107
107
|
: <a class="el" href="classSVF_1_1SVFIR.html#aaae756185bbd5b7175e96f8928a989c2">SVF::SVFIR</a>
|
|
108
108
|
</li>
|
|
109
|
-
<li>ICFGNode2SVFStmtsMap
|
|
110
|
-
: <a class="el" href="classSVF_1_1SVFIR.html#a4666dabcbeb3f40f96a0694ce2f07eb0">SVF::SVFIR</a>
|
|
111
|
-
</li>
|
|
112
109
|
<li>icfgNode2SVFStmtsMap
|
|
113
110
|
: <a class="el" href="classSVF_1_1SVFIR.html#a86c0c23d854b034d741d9d8891debab7">SVF::SVFIR</a>
|
|
114
111
|
</li>
|
|
112
|
+
<li>ICFGNode2SVFStmtsMap
|
|
113
|
+
: <a class="el" href="classSVF_1_1SVFIR.html#a4666dabcbeb3f40f96a0694ce2f07eb0">SVF::SVFIR</a>
|
|
114
|
+
</li>
|
|
115
115
|
<li>ICFGNodeIDToNodeMapTy
|
|
116
116
|
: <a class="el" href="classSVF_1_1ICFG.html#af1fe5708c6f67fd87fa1edaa6c73ff5d">SVF::ICFG</a>
|
|
117
117
|
</li>
|
|
@@ -669,6 +669,9 @@ $(function() {
|
|
|
669
669
|
<li>is_realloc()
|
|
670
670
|
: <a class="el" href="classSVF_1_1ExtAPI.html#ac6d6bdc51a6b75d6d5741cb751559fe4">SVF::ExtAPI</a>
|
|
671
671
|
</li>
|
|
672
|
+
<li>is_sameSignature()
|
|
673
|
+
: <a class="el" href="classSVF_1_1ExtAPI.html#a5e8b816a3eb894f6b09403852df0d01b">SVF::ExtAPI</a>
|
|
674
|
+
</li>
|
|
672
675
|
<li>isActualOUTPHI()
|
|
673
676
|
: <a class="el" href="classSVF_1_1InterMSSAPHISVFGNode.html#a4fef6f5eaeed80f1555b4cdaa2af5301">SVF::InterMSSAPHISVFGNode</a>
|
|
674
677
|
</li>
|
|
@@ -836,7 +839,7 @@ $(function() {
|
|
|
836
839
|
, <a class="el" href="classSVF_1_1SaberCondAllocator.html#aa9027574586fd4fbb12039f595ecec71">SVF::SaberCondAllocator</a>
|
|
837
840
|
</li>
|
|
838
841
|
<li>isFClose()
|
|
839
|
-
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#
|
|
842
|
+
: <a class="el" href="classSVF_1_1SaberCheckerAPI.html#ad029e2f347ee2aeb5b0abb928a552789">SVF::SaberCheckerAPI</a>
|
|
840
843
|
</li>
|
|
841
844
|
<li>isFieldInsenCondMemObj()
|
|
842
845
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#a37a6321f50bef2939b287cc088e76170">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
@@ -964,7 +967,7 @@ $(function() {
|
|
|
964
967
|
: <a class="el" href="classSVF_1_1CxtThread.html#a39230596cd1c927353eaaee071eb16c6">SVF::CxtThread</a>
|
|
965
968
|
</li>
|
|
966
969
|
<li>isInLoop()
|
|
967
|
-
: <a class="el" href="classSVF_1_1ICFG.html#
|
|
970
|
+
: <a class="el" href="classSVF_1_1ICFG.html#ae115e70bf53f25c0ca6b1f22acccf5b5">SVF::ICFG</a>
|
|
968
971
|
, <a class="el" href="classSVF_1_1SVFLoop.html#af2433fcc43f4e22fdf97ca2672a5dfa3">SVF::SVFLoop</a>
|
|
969
972
|
</li>
|
|
970
973
|
<li>isInloop()
|
|
@@ -1295,14 +1298,14 @@ $(function() {
|
|
|
1295
1298
|
: <a class="el" href="classSVF_1_1DDAVFSolver.html#add7daee4a0ecae479a5ab015130c8c93">SVF::DDAVFSolver< CVar, CPtSet, DPIm ></a>
|
|
1296
1299
|
</li>
|
|
1297
1300
|
<li>isTailofSpan()
|
|
1298
|
-
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#
|
|
1301
|
+
: <a class="el" href="classSVF_1_1MTASVFGBuilder.html#a9c8681767551575a18ee141f7336db05">SVF::MTASVFGBuilder</a>
|
|
1299
1302
|
</li>
|
|
1300
1303
|
<li>isTDAcquire()
|
|
1301
1304
|
: <a class="el" href="classSVF_1_1LockAnalysis.html#a5521de9933ce74d0954a942dfceae772">SVF::LockAnalysis</a>
|
|
1302
1305
|
, <a class="el" href="classSVF_1_1ThreadAPI.html#a608f0cb60a665745748b6a6654a6e837">SVF::ThreadAPI</a>
|
|
1303
1306
|
</li>
|
|
1304
1307
|
<li>isTDBarWait()
|
|
1305
|
-
: <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1308
|
+
: <a class="el" href="classSVF_1_1ThreadAPI.html#af3aa58dc83dca382162df67c12169585">SVF::ThreadAPI</a>
|
|
1306
1309
|
</li>
|
|
1307
1310
|
<li>isTDExit()
|
|
1308
1311
|
: <a class="el" href="classSVF_1_1ThreadAPI.html#a22d6c0cf0ba19af0661b106a8859024f">SVF::ThreadAPI</a>
|
|
@@ -1311,7 +1314,7 @@ $(function() {
|
|
|
1311
1314
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aff32f240a03421937c2fc606359dca9b">SVF::ForkJoinAnalysis</a>
|
|
1312
1315
|
, <a class="el" href="classSVF_1_1LockAnalysis.html#a6e34f3138e8ee558bb00d9d808afba16">SVF::LockAnalysis</a>
|
|
1313
1316
|
, <a class="el" href="classSVF_1_1MHP.html#aeabf2e9ec8b1ec874503c83cc65e1205">SVF::MHP</a>
|
|
1314
|
-
, <a class="el" href="classSVF_1_1ThreadAPI.html#
|
|
1317
|
+
, <a class="el" href="classSVF_1_1ThreadAPI.html#a9da276dca5092d18f4f22d32e5ab6cdf">SVF::ThreadAPI</a>
|
|
1315
1318
|
</li>
|
|
1316
1319
|
<li>isTDJoin()
|
|
1317
1320
|
: <a class="el" href="classSVF_1_1ForkJoinAnalysis.html#aac722a42dc6e03e771a7a80de5f8ec94">SVF::ForkJoinAnalysis</a>
|
|
@@ -116,12 +116,12 @@ $(function() {
|
|
|
116
116
|
<li>LLVMLoopAnalysis()
|
|
117
117
|
: <a class="el" href="classSVF_1_1LLVMLoopAnalysis.html#a93161bbdb47c74fce1d8e54a45df2df8">SVF::LLVMLoopAnalysis</a>
|
|
118
118
|
</li>
|
|
119
|
-
<li>LLVMModuleSet()
|
|
120
|
-
: <a class="el" href="classSVF_1_1LLVMModuleSet.html#a8e70de9eefe2e188b10e214e073750e6">SVF::LLVMModuleSet</a>
|
|
121
|
-
</li>
|
|
122
119
|
<li>llvmModuleSet
|
|
123
120
|
: <a class="el" href="classSVF_1_1LLVMModuleSet.html#ac59b07cafcbacc950eefea4082425b63">SVF::LLVMModuleSet</a>
|
|
124
121
|
</li>
|
|
122
|
+
<li>LLVMModuleSet()
|
|
123
|
+
: <a class="el" href="classSVF_1_1LLVMModuleSet.html#a8e70de9eefe2e188b10e214e073750e6">SVF::LLVMModuleSet</a>
|
|
124
|
+
</li>
|
|
125
125
|
<li>Load
|
|
126
126
|
: <a class="el" href="classSVF_1_1ConstraintEdge.html#a663af27955ba0c545f34fa1f076b7375a1bdeb9a06641d16b43391120812b40b2">SVF::ConstraintEdge</a>
|
|
127
127
|
</li>
|
|
@@ -178,12 +178,12 @@ $(function() {
|
|
|
178
178
|
<li>LoadsToMRsMap
|
|
179
179
|
: <a class="el" href="classSVF_1_1MRGenerator.html#a273b2634adcfa10a08924517e8d51175">SVF::MRGenerator</a>
|
|
180
180
|
</li>
|
|
181
|
-
<li>loadsToPointsToMap
|
|
182
|
-
: <a class="el" href="classSVF_1_1MRGenerator.html#af47e15d6b8c15d547a718f3577513975">SVF::MRGenerator</a>
|
|
183
|
-
</li>
|
|
184
181
|
<li>LoadsToPointsToMap
|
|
185
182
|
: <a class="el" href="classSVF_1_1MRGenerator.html#acfadd565b5c978c9417e059b3ea7588c">SVF::MRGenerator</a>
|
|
186
183
|
</li>
|
|
184
|
+
<li>loadsToPointsToMap
|
|
185
|
+
: <a class="el" href="classSVF_1_1MRGenerator.html#af47e15d6b8c15d547a718f3577513975">SVF::MRGenerator</a>
|
|
186
|
+
</li>
|
|
187
187
|
<li>loadTime
|
|
188
188
|
: <a class="el" href="classSVF_1_1FlowSensitive.html#aab4f70210eb1e6447a24697d3b459067">SVF::FlowSensitive</a>
|
|
189
189
|
</li>
|
|
@@ -364,6 +364,7 @@ $(function() {
|
|
|
364
364
|
</li>
|
|
365
365
|
<li>moduleName
|
|
366
366
|
: <a class="el" href="classSVF_1_1PTAStat.html#a194734855aa1c9e0ba891f1085d50d5d">SVF::PTAStat</a>
|
|
367
|
+
, <a class="el" href="classSVF_1_1SVFStat.html#a3333e45303dcc9c3da00858628cdbbff">SVF::SVFStat</a>
|
|
367
368
|
</li>
|
|
368
369
|
<li>modulePass
|
|
369
370
|
: <a class="el" href="classSVF_1_1MTA.html#a3dd09dcdcf58ae8ee1745634cefbb8aa">SVF::MTA</a>
|
|
@@ -478,7 +479,7 @@ $(function() {
|
|
|
478
479
|
: <a class="el" href="classSVF_1_1SVFStmt.html#a9ea22adbfc307dddee42ffec07cc88ed">SVF::SVFStmt</a>
|
|
479
480
|
</li>
|
|
480
481
|
<li>MultiOpndStmt()
|
|
481
|
-
: <a class="el" href="classSVF_1_1MultiOpndStmt.html#
|
|
482
|
+
: <a class="el" href="classSVF_1_1MultiOpndStmt.html#a60420a9681df31686eb4a42adf37e1e3">SVF::MultiOpndStmt</a>
|
|
482
483
|
</li>
|
|
483
484
|
<li>MUSet
|
|
484
485
|
: <a class="el" href="classSVF_1_1MemSSA.html#a81bba824495a882b49e687683954b112">SVF::MemSSA</a>
|
|
@@ -693,7 +693,7 @@ $(function() {
|
|
|
693
693
|
: <a class="el" href="classSVF_1_1NodeIDAllocator_1_1Clusterer.html#ac5fe44f10cdbca9754444943a0f5c3c1">SVF::NodeIDAllocator::Clusterer</a>
|
|
694
694
|
</li>
|
|
695
695
|
<li>NUMStatMap
|
|
696
|
-
: <a class="el" href="
|
|
696
|
+
: <a class="el" href="classSVF_1_1SVFStat.html#ab810863d70cb2f5b4e312d07eae51227">SVF::SVFStat</a>
|
|
697
697
|
</li>
|
|
698
698
|
<li>numSymbols
|
|
699
699
|
: <a class="el" href="classSVF_1_1NodeIDAllocator.html#a3a160f4c6e761a130b863a3df0af7f96">SVF::NodeIDAllocator</a>
|
|
@@ -456,12 +456,12 @@ $(function() {
|
|
|
456
456
|
<li>opVarBegin()
|
|
457
457
|
: <a class="el" href="classSVF_1_1MultiOpndStmt.html#abebed8985cb4d4d1361c42e5454c90b9">SVF::MultiOpndStmt</a>
|
|
458
458
|
</li>
|
|
459
|
-
<li>opVars
|
|
460
|
-
: <a class="el" href="classSVF_1_1MultiOpndStmt.html#a172025849492f4de8f87564ef08f5880">SVF::MultiOpndStmt</a>
|
|
461
|
-
</li>
|
|
462
459
|
<li>OPVars
|
|
463
460
|
: <a class="el" href="classSVF_1_1MultiOpndStmt.html#acf8c7cfbf1c8baab672040635bb9a007">SVF::MultiOpndStmt</a>
|
|
464
461
|
</li>
|
|
462
|
+
<li>opVars
|
|
463
|
+
: <a class="el" href="classSVF_1_1MultiOpndStmt.html#a172025849492f4de8f87564ef08f5880">SVF::MultiOpndStmt</a>
|
|
464
|
+
</li>
|
|
465
465
|
<li>opVer
|
|
466
466
|
: <a class="el" href="classSVF_1_1MSSACHI.html#a86f2f3f6e2215cdbe31caee048510757">SVF::MSSACHI< Cond ></a>
|
|
467
467
|
</li>
|