Searched refs:InLocsT (Results 1 – 4 of 4) sorted by relevance
375 VarLocSet InLocsT; // Temporary incoming locations. in join() local387 InLocsT = OL->second; in join()391 InLocsT &= OL->second; in join()394 if (InLocsT.empty()) in join()400 VarLocSet Diff = InLocsT; in join()
1283 VarLocSet InLocsT; // Temporary incoming locations. in join() local1307 InLocsT = OL->second; in join()1309 InLocsT &= OL->second; in join()1312 if (!InLocsT.empty()) { in join()1313 for (auto ID : InLocsT) in join()1326 for (auto ID : InLocsT) { in join()1336 InLocsT.intersectWithComplement(KillSet); in join()1350 VarLocSet Diff = InLocsT; in join()1363 Removed.intersectWithComplement(InLocsT); in join()
1607 VarLocSet InLocsT(Alloc); // Temporary incoming locations. in join() local1632 InLocsT = OutLocVLS; in join()1634 InLocsT &= OutLocVLS; in join()1637 if (!InLocsT.empty()) { in join()1638 for (uint64_t ID : InLocsT) in join()1654 for (uint64_t ID : InLocsT) { in join()1665 InLocsT.intersectWithComplement(KillSet); in join()1675 if (ILS != InLocsT) { in join()1676 ILS = InLocsT; in join()
1486 DenseMap<DebugVariable, DbgValue> &InLocsT);2618 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()