Searched refs:PrevSet (Results 1 – 2 of 2) sorted by relevance
111 const ExplodedNodeSet *PrevSet = &Src; in expandGraphWithCheckers() local118 CurrSet = (PrevSet == &Tmp1) ? &Tmp2 : &Tmp1; in expandGraphWithCheckers()122 NodeBuilder B(*PrevSet, *CurrSet, BldrCtx); in expandGraphWithCheckers()123 for (const auto &NI : *PrevSet) in expandGraphWithCheckers()131 PrevSet = CurrSet; in expandGraphWithCheckers()
21124 DistToInstMap PrevSet = std::move(Instrs); in rebase() local21130 for (auto [Dist, InstIdx] : PrevSet) { in rebase()