Lines Matching refs:flow

16 A control flow graph (CFG) is a data structure built on top of the
18 stream) abstracting the control flow behavior of a function that is
21 control flow from one basic block to another. The data structures
22 used to represent the control flow graph are defined in
29 * Maintaining the CFG:: Keeping the control flow graph and up to date.
94 nodes can precede the block note. A basic block ends by control flow
141 @cindex edge in the flow graph
143 Edges represent possible control flow transfers from the end of some
215 There are various reasons why control flow may transfer from one block
230 may be freely redirected when the flow graph is not in SSA form.
250 exception needs to be handled as control flow instruction. Exception
288 and many computed jumps may have @emph{very} dense flow graphs, so
290 stages of the compilation process, GCC tries to avoid such dense flow
307 which has a much simpler flow graph:
373 maintaining profile within the flow graph.
427 @code{dest} basic block, i.e.@: the probability that control will flow
437 assembly file and the flow graph is no longer maintained.
440 The probability that control flow arrives via a given edge to its
460 second power of any frequency or probability in the flow graph, it is
470 flow graph and all profile information up-to-date. Reconstruction of
471 the control flow graph after each pass is not an option, since it may be
477 flow. Both representations share as much of the CFG maintenance code
493 the control flow graph for the @code{tree} representation is
495 tree may be expanded without first building a flow graph for the
515 iterators provide an integrated abstraction of the flow graph and the
566 the flow of control, possibly eliminating some edges. This may for
577 this is best modeled as redirection of edges in the control flow graph
584 It is also possible that a pass has to insert control flow instruction
598 flow graph and insert instructions on them. In the RTL
611 function may be useful to find bugs in the control flow graph updating
614 Note that at present, the representation of control flow in the
653 and partly in the flow graph. Local information is stored in the