Class FlowrAnalyzerControlFlowCache
Constructors
Methods
get
Parameters
- force: undefined | boolean
- kind: CfgKind
- cfgCacheInfo: CfgInfo
Optionalsimplifications: readonly (
| "unique-cf-sets"
| "analyze-dead-code"
| "remove-dead-code"
| "to-basic-blocks"
)[]
peek
Parameters
- kind: CfgKind
- simplifications:
| undefined
| readonly (
| "unique-cf-sets"
| "analyze-dead-code"
| "remove-dead-code"
| "to-basic-blocks"
)[]