Update the call graph after deleting an edge.

Synopsis

Declared in <llvm/Analysis/LazyCallGraph.h>

void
removeEdge(
    Function& Source,
    Function& Target);

Parameters

Name

Description

Source

Source function of the edge to remove.

Target

Target function of the edge to remove.

Created with MrDocs