Home | History | Annotate | Download | only in src

Lines Matching full:folding

177      hidden by folding or edge classes) does not have fixed specified
228 /* folding specifies the default folding of the nodes. The folding k
232 no folding is specified for a node, then the node may be folded if
233 it is in the region of another node that starts the folding. If
234 folding 0 is specified, then the node is never folded. In this case
235 the folding stops at the predecessors of this node, if it is
236 reachable from another folding node. The summary node inherits some
237 attributes from the original node which starts the folding (all
239 folded region may contain folded regions with smaller folding class
241 the folding of the same region (this implies that the folding class
246 int folding;
356 /* Class specifies the folding class of the edge. Nodes reachable by
357 edges of a class less or equal to a constant k specify folding
358 regions of k. See the node attribute folding and the folding commands.
520 /* folding of a subgraph is 1, if the subgraph is fused, and 0, if the
524 int folding;