Searched refs:SuccClosure (Results 1 – 1 of 1) sorted by relevance
76 std::map<change_ty, std::set<change_ty> > SuccClosure; member in __anoncf29fe990111::DAGDeltaAlgorithmImpl107 assert(SuccClosure.count(Node) && "Invalid node!"); in succ_closure_begin()108 return SuccClosure[Node].begin(); in succ_closure_begin()111 assert(SuccClosure.count(Node) && "Invalid node!"); in succ_closure_end()112 return SuccClosure[Node].end(); in succ_closure_end()201 std::set<change_ty> &ChangeSuccs = SuccClosure[Change]; in DAGDeltaAlgorithmImpl()204 auto &SC = SuccClosure[*it]; in DAGDeltaAlgorithmImpl()