Home
last modified time | relevance | path

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/
DLazyCallGraph.cpp48 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/
DLazyCallGraph.h304 void setEdgeKind(Node &ChildN, Edge::Kind EK);