Searched refs:InLocsT (Results 1 – 1 of 1) sorted by relevance
2029 VarLocSet InLocsT(Alloc); // Temporary incoming locations. in join() local2054 InLocsT = OutLocVLS; in join()2056 InLocsT &= OutLocVLS; in join()2059 if (!InLocsT.empty()) { in join()2061 collectAllVarLocs(VarLocs, InLocsT, VarLocIDs); in join()2075 for (uint64_t ID : InLocsT) { in join()2086 InLocsT.intersectWithComplement(KillSet); in join()2096 if (ILS != InLocsT) { in join()2097 ILS = InLocsT; in join()