Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp212 using VarLocSet = CoalescingBitVector<uint64_t>; typedef
297 VarLocSet::Allocator Alloc;
826 void getUsedRegs(const VarLocSet &CollectFrom,
839 VarLocSet::Allocator &Alloc;
840 VarLocSet VarLocs;
929 std::unique_ptr<VarLocSet> &VLS = Locs[MBB]; in getVarLocsInMBB()
931 VLS = std::make_unique<VarLocSet>(Alloc); in getVarLocsInMBB()
1077 VarLocSet RemoveSet(Alloc); in erase()
1894 VarLocSet &OutLocVLS = *OL->second.get(); in join()
1914 VarLocSet KillSet(Alloc); in join()
[all …]