(.js)
laraImport("clava.graphs.cfg.CfgBuilder");
(.lara)
import clava.graphs.cfg.CfgBuilder;
Classes:
new CfgBuilder()_addAuxComments()_cleanCfg()_connectNodes()_createNodes()Creates all nodes (except start and end), with only the leader statement
_getOrAddNode($stmt, create, forceNodeType)Returns the node corresponding to this statement, or creates a new one if one does not exist yet.
build()constructor($jp, deterministicIds)Calculates what node is unconditionally executed after a given statement