Searched refs:InLocsT (Results 1 – 1 of 1) sorted by relevance
1920 VarLocSet InLocsT(Alloc); // Temporary incoming locations. in join() local1945 InLocsT = OutLocVLS; in join()1947 InLocsT &= OutLocVLS; in join()1950 if (!InLocsT.empty()) { in join()1952 collectAllVarLocs(VarLocs, InLocsT, VarLocIDs); in join()1966 for (uint64_t ID : InLocsT) { in join()1977 InLocsT.intersectWithComplement(KillSet); in join()1987 if (ILS != InLocsT) { in join()1988 ILS = InLocsT; in join()