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.cpp2029 VarLocSet InLocsT(Alloc); // Temporary incoming locations. in join() local
2054 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()