Update the call graph after deleting an edge.
Synopses
Declared in <llvm/Analysis/LazyCallGraph.h>
Update the call graph after deleting an edge.
void
removeEdge(
Function& Source,
Function& Target);
Update the call graph after deleting an edge.
void
removeEdge(
Node& SourceN,
Node& TargetN);
Parameters
Name |
Description |
Source |
Source function of the edge to remove. |
Target |
Target function of the edge to remove. |
SourceN |
Source node of the edge to remove. |
TargetN |
Target node of the edge to remove. |
Created with MrDocs