@eagleoutice/flowr - v2.13.14
Preparing search index...
src/project/cache/flowr-analyzer-controlflow-cache
FlowrAnalyzerControlFlowCache
Class FlowrAnalyzerControlFlowCache
Index
Constructors
constructor
Methods
get
peek
Constructors
constructor
new
FlowrAnalyzerControlFlowCache
()
:
FlowrAnalyzerControlFlowCache
Returns
FlowrAnalyzerControlFlowCache
Methods
get
get
(
force
:
boolean
|
undefined
,
kind
:
CfgKind
,
cfgCacheInfo
:
CfgInfo
,
simplifications
?:
readonly
(
|
"unique-cf-sets"
|
"analyze-dead-code"
|
"remove-dead-code"
|
"to-basic-blocks"
)
[]
,
)
:
Promise
<
ControlFlowInformation
<
CfgVertex
>
>
Parameters
force
:
boolean
|
undefined
kind
:
CfgKind
cfgCacheInfo
:
CfgInfo
Optional
simplifications
:
readonly
(
|
"unique-cf-sets"
|
"analyze-dead-code"
|
"remove-dead-code"
|
"to-basic-blocks"
)
[]
Returns
Promise
<
ControlFlowInformation
<
CfgVertex
>
>
peek
peek
(
kind
:
CfgKind
,
simplifications
:
|
readonly
(
|
"unique-cf-sets"
|
"analyze-dead-code"
|
"remove-dead-code"
|
"to-basic-blocks"
)
[]
|
undefined
,
)
:
ControlFlowInformation
<
CfgVertex
>
|
undefined
Parameters
kind
:
CfgKind
simplifications
:
|
readonly
(
|
"unique-cf-sets"
|
"analyze-dead-code"
|
"remove-dead-code"
|
"to-basic-blocks"
)
[]
|
undefined
Returns
ControlFlowInformation
<
CfgVertex
>
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
peek
@eagleoutice/flowr - v2.13.14
Loading...