Home
last modified time | relevance | path

Searched defs:TargetN (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp43 void LazyCallGraph::EdgeSequence::insertEdgeInternal(Node &TargetN, in insertEdgeInternal()
49 void LazyCallGraph::EdgeSequence::setEdgeKind(Node &TargetN, Edge::Kind EK) { in setEdgeKind()
53 bool LazyCallGraph::EdgeSequence::removeEdgeInternal(Node &TargetN) { in removeEdgeInternal()
517 Node &SourceN, Node &TargetN, in switchInternalEdgeToCall()
666 Node &TargetN) { in switchTrivialInternalEdgeToRef()
688 LazyCallGraph::RefSCC::switchInternalEdgeToRef(Node &SourceN, Node &TargetN) { in switchInternalEdgeToRef()
875 Node &TargetN) { in switchOutgoingEdgeToCall()
897 Node &TargetN) { in switchOutgoingEdgeToRef()
919 Node &TargetN) { in insertInternalRefEdge()
931 void LazyCallGraph::RefSCC::insertOutgoingEdge(Node &SourceN, Node &TargetN, in insertOutgoingEdge()
[all …]
DCGSCCPassManager.cpp508 [&](Node *TargetN) { in updateCGAndAnalysisManagerForFunctionPass()
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp104 void LazyCallGraph::Node::insertEdgeInternal(Node &TargetN, Edge::Kind EK) { in insertEdgeInternal()
265 LazyCallGraph::RefSCC::switchInternalEdgeToCall(Node &SourceN, Node &TargetN) { in switchInternalEdgeToCall()
482 Node &TargetN) { in switchInternalEdgeToRef()
673 Node &TargetN) { in switchOutgoingEdgeToCall()
693 Node &TargetN) { in switchOutgoingEdgeToRef()
713 Node &TargetN) { in insertInternalRefEdge()
725 void LazyCallGraph::RefSCC::insertOutgoingEdge(Node &SourceN, Node &TargetN, in insertOutgoingEdge()
748 LazyCallGraph::RefSCC::insertIncomingRefEdge(Node &SourceN, Node &TargetN) { in insertIncomingRefEdge()
903 void LazyCallGraph::RefSCC::removeOutgoingEdge(Node &SourceN, Node &TargetN) { in removeOutgoingEdge()
961 LazyCallGraph::RefSCC::removeInternalRefEdge(Node &SourceN, Node &TargetN) { in removeInternalRefEdge()
[all …]
/external/llvm/lib/Target/Hexagon/
DBitTracker.cpp969 int TargetN = Targets[i]->getNumber(); in visitBranchesFrom() local