Searched refs:setEdgeKind (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 48 void LazyCallGraph::EdgeSequence::setEdgeKind(Node &TargetN, Edge::Kind EK) { in setEdgeKind() function in LazyCallGraph::EdgeSequence 548 SourceN->setEdgeKind(TargetN, Edge::Call); in switchInternalEdgeToCall() 561 SourceN->setEdgeKind(TargetN, Edge::Call); in switchInternalEdgeToCall() 637 SourceN->setEdgeKind(TargetN, Edge::Call); in switchInternalEdgeToCall() 672 SourceN->setEdgeKind(TargetN, Edge::Call); in switchInternalEdgeToCall() 697 SourceN->setEdgeKind(TargetN, Edge::Ref); in switchTrivialInternalEdgeToRef() 722 SourceN->setEdgeKind(TargetN, Edge::Ref); in switchInternalEdgeToRef() 901 SourceN->setEdgeKind(TargetN, Edge::Call); in switchOutgoingEdgeToCall() 923 SourceN->setEdgeKind(TargetN, Edge::Ref); in switchOutgoingEdgeToRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 304 void setEdgeKind(Node &ChildN, Edge::Kind EK);
|