Function legacy::PRE::addEdgeInsertionPoints

Function legacy::PRE::addEdgeInsertionPoints#

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.