Skip to content

legacy::PRE::addEdgeInsertionPoints

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.

Synopsis

Declared in <src/midend/programTransformation/partialRedundancyElimination/preControlFlowGraph.h>

void
addEdgeInsertionPoints(ControlFlowGraph& controlflow);

Created with MrDocs