Home
last modified time | relevance | path

Searched refs:ChildRC (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DLazyCallGraph.cpp862 RefSCC &ChildRC = *G->lookupRefSCC(*E.getNode()); in insertIncomingRefEdge() local
863 if (ConnectedSet.count(&ChildRC)) in insertIncomingRefEdge()
865 ChildRC.Parents.erase(C); in insertIncomingRefEdge()
866 ChildRC.Parents.insert(this); in insertIncomingRefEdge()
1088 RefSCC &ChildRC = *G->lookupRefSCC(ChildN); in removeInternalRefEdge() local
1089 ChildRC.Parents.erase(this); in removeInternalRefEdge()
1197 RefSCC &ChildRC = *G->lookupRefSCC(*E.getNode()); in removeInternalRefEdge() local
1198 if (&ChildRC == this) in removeInternalRefEdge()
1200 ChildRC.Parents.insert(this); in removeInternalRefEdge()
1407 RefSCC &ChildRC = *lookupRefSCC(*E.getNode()); in connectRefSCC() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyCallGraph.cpp368 auto *ChildRC = G->lookupRefSCC(E.getNode()); in isAncestorOf() local
369 if (ChildRC == &RC) in isAncestorOf()
371 if (!ChildRC || !Visited.insert(ChildRC).second) in isAncestorOf()
373 Worklist.push_back(ChildRC); in isAncestorOf()