Searched refs:SCCMap (Results 1 – 4 of 4) sorted by relevance
196 SCCMap(std::move(G.SCCMap)), in LazyCallGraph()206 SCCMap = std::move(G.SCCMap); in operator =()646 G->SCCMap[N] = &TargetSCC; in switchInternalEdgeToCall()733 G->SCCMap.erase(N); in switchInternalEdgeToRef()746 G->SCCMap[&TargetN] = &OldSCC; in switchInternalEdgeToRef()778 assert(!G->SCCMap.count(&ChildN) && in switchInternalEdgeToRef()802 G->SCCMap[&N] = &OldSCC; in switchInternalEdgeToRef()852 G->SCCMap[&N] = NewSCCs.back(); in switchInternalEdgeToRef()1056 G->SCCMap[&N] = &InnerC; in insertIncomingRefEdge()1464 assert(SCCMap.empty() && in insertEdge()[all …]
157 SCCMap(std::move(G.SCCMap)), LeafRefSCCs(std::move(G.LeafRefSCCs)), in LazyCallGraph()170 SCCMap = std::move(G.SCCMap); in operator =()459 G->SCCMap[N] = &TargetSCC; in switchInternalEdgeToCall()528 G->SCCMap.erase(N); in switchInternalEdgeToRef()541 G->SCCMap[&TargetN] = &OldSCC; in switchInternalEdgeToRef()573 assert(!G->SCCMap.count(&ChildN) && in switchInternalEdgeToRef()597 G->SCCMap[&N] = &OldSCC; in switchInternalEdgeToRef()648 G->SCCMap[&N] = NewSCCs.back(); in switchInternalEdgeToRef()858 G->SCCMap[&N] = &InnerC; in insertIncomingRefEdge()1230 assert(SCCMap.empty() && DFSStack.empty() && in insertEdge()[all …]
782 SCC *lookupSCC(Node &N) const { return SCCMap.lookup(&N); } in lookupSCC()856 DenseMap<Node *, SCC *> SCCMap; variable
969 SCC *lookupSCC(Node &N) const { return SCCMap.lookup(&N); } in lookupSCC()1123 DenseMap<Node *, SCC *> SCCMap; variable