Searched refs:setEdgeKind (Results 1 – 2 of 2) sorted by relevance
109 void LazyCallGraph::Node::setEdgeKind(Function &TargetF, Edge::Kind EK) { in setEdgeKind() function in LazyCallGraph::Node276 SourceN.setEdgeKind(TargetN.getFunction(), Edge::Call); in switchInternalEdgeToCall()293 SourceN.setEdgeKind(TargetN.getFunction(), Edge::Call); in switchInternalEdgeToCall()377 SourceN.setEdgeKind(TargetN.getFunction(), Edge::Call); in switchInternalEdgeToCall()472 SourceN.setEdgeKind(TargetN.getFunction(), Edge::Call); in switchInternalEdgeToCall()494 SourceN.setEdgeKind(TargetN.getFunction(), Edge::Ref); in switchInternalEdgeToRef()684 SourceN.setEdgeKind(TargetN.getFunction(), Edge::Call); in switchOutgoingEdgeToCall()704 SourceN.setEdgeKind(TargetN.getFunction(), Edge::Ref); in switchOutgoingEdgeToRef()
221 void setEdgeKind(Function &ChildF, Edge::Kind EK);