Function legacy::PRE::addEdgeInsertionPoints#
Defined in File preControlFlowGraph.h
Function Documentation#
-
void legacy::PRE::addEdgeInsertionPoints(ControlFlowGraph &controlflow)#
Add information to each edge on where to insert statements on that edge. The insertion point structure is a pair of (SgNode*, bool), where the bool is true for inserting before the given node and false for inserting after it.