Static Value-Flow Analysis
Loading...
Searching...
No Matches
PTATY.h
Go to the documentation of this file.
1#ifndef PTATY_H
2#define PTATY_H
3
4namespace SVF
5{
6
37
45
52
53} // namespace SVF
54
55#endif // PTATY_H
for isBitcode
Definition BasicTypes.h:70
PTAImplTy
Implementation type: BVDataPTAImpl or CondPTAImpl.
Definition PTATY.h:40
@ BVDataImpl
Represents BVDataPTAImpl.
Definition PTATY.h:42
@ BaseImpl
Represents PointerAnalaysis.
Definition PTATY.h:41
@ CondImpl
Represents CondPTAImpl.
Definition PTATY.h:43
PTATY
Pointer analysis type list.
Definition PTATY.h:9
@ Cxt_DDA
context sensitive DDA
Definition PTATY.h:32
@ VFS_WPA
Versioned sparse flow-sensitive WPA.
Definition PTATY.h:21
@ Andersen_WPA
Andersen PTA.
Definition PTATY.h:12
@ PathS_DDA
Guarded value-flow DDA.
Definition PTATY.h:31
@ CSCallString_WPA
Call string based context sensitive WPA.
Definition PTATY.h:17
@ Default_PTA
default pta without any analysis
Definition PTATY.h:35
@ FSSPARSE_WPA
Sparse flow sensitive WPA.
Definition PTATY.h:20
@ AndersenSFR_WPA
Stride-based field representation.
Definition PTATY.h:14
@ FieldS_DDA
Field sensitive DDA.
Definition PTATY.h:29
@ FlowS_DDA
Flow sensitive DDA.
Definition PTATY.h:30
@ CSSummary_WPA
Summary based context sensitive WPA.
Definition PTATY.h:18
@ CFLFSCI_WPA
Flow-insensitive, context-sensitive CFL-reachability-based analysis.
Definition PTATY.h:24
@ AndersenWaveDiff_WPA
Diff wave propagation andersen-style WPA.
Definition PTATY.h:15
@ CFLFICI_WPA
Flow-, context-, insensitive CFL-reachability-based analysis.
Definition PTATY.h:23
@ TypeCPP_WPA
Type-based analysis for C++.
Definition PTATY.h:26
@ FSDATAFLOW_WPA
Traditional Dataflow-based flow sensitive WPA.
Definition PTATY.h:19
@ Steensgaard_WPA
Steensgaard PTA.
Definition PTATY.h:16
@ FSCS_WPA
Flow-, context- sensitive WPA.
Definition PTATY.h:22
@ CFLFSCS_WPA
Flow-, context-, CFL-reachability-based analysis.
Definition PTATY.h:25
@ Andersen_BASE
Base Andersen PTA.
Definition PTATY.h:11
@ AndersenSCD_WPA
Selective cycle detection andersen-style WPA.
Definition PTATY.h:13
PTBackingType
How the PTData used is implemented.
Definition PTATY.h:48
@ Mutable
Definition PTATY.h:49
@ Persistent
Definition PTATY.h:50