Searched refs:InLocsT (Results 1 – 2 of 2) sorted by relevance
1871 VarLocSet InLocsT(Alloc); // Temporary incoming locations. in join() local1896 InLocsT = OutLocVLS; in join()1898 InLocsT &= OutLocVLS; in join()1901 if (!InLocsT.empty()) { in join()1903 collectAllVarLocs(VarLocs, InLocsT, VarLocIDs); in join()1917 for (uint64_t ID : InLocsT) { in join()1928 InLocsT.intersectWithComplement(KillSet); in join()1938 if (ILS != InLocsT) { in join()1939 ILS = InLocsT; in join()
1490 DenseMap<DebugVariable, DbgValue> &InLocsT);2620 DenseMap<DebugVariable, DbgValue> &InLocsT) { in vlocJoin() argument2659 auto ConfirmValue = [&InLocsT](const DebugVariable &DV, DbgValue VR) { in vlocJoin()2660 auto Result = InLocsT.insert(std::make_pair(DV, VR)); in vlocJoin()2875 Changed = ILS != InLocsT; in vlocJoin()2877 ILS = InLocsT; in vlocJoin()