Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp213 SCCMap(std::move(G.SCCMap)), in LazyCallGraph()
232 SCCMap = std::move(G.SCCMap); in operator =()
713 G->SCCMap[N] = &TargetSCC; in switchInternalEdgeToCall()
796 G->SCCMap.erase(N); in switchInternalEdgeToRef()
809 G->SCCMap[&TargetN] = &OldSCC; in switchInternalEdgeToRef()
841 assert(!G->SCCMap.count(&ChildN) && in switchInternalEdgeToRef()
865 G->SCCMap[&N] = &OldSCC; in switchInternalEdgeToRef()
915 G->SCCMap[&N] = NewSCCs.back(); in switchInternalEdgeToRef()
1113 G->SCCMap[&N] = &InnerC; in insertIncomingRefEdge()
1489 assert(SCCMap.empty() && in insertEdge()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h959 SCC *lookupSCC(Node &N) const { return SCCMap.lookup(&N); } in lookupSCC()
1151 DenseMap<Node *, SCC *> SCCMap; variable