Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2022 VarLocSet InLocsT(Alloc); // Temporary incoming locations. in join() local
2047 InLocsT = OutLocVLS; in join()
2049 InLocsT &= OutLocVLS; in join()
2052 if (!InLocsT.empty()) { in join()
2054 collectAllVarLocs(VarLocs, InLocsT, VarLocIDs); in join()
2068 for (uint64_t ID : InLocsT) { in join()
2079 InLocsT.intersectWithComplement(KillSet); in join()
2089 if (ILS != InLocsT) { in join()
2090 ILS = InLocsT; in join()