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