Home
last modified time | relevance | path

Searched refs:InLocsT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1871 VarLocSet InLocsT(Alloc); // Temporary incoming locations. in join() local
1896 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()
H A DInstrRefBasedImpl.cpp1490 DenseMap<DebugVariable, DbgValue> &InLocsT);
2620 DenseMap<DebugVariable, DbgValue> &InLocsT) { in vlocJoin() argument
2659 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()