Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp195 using VarLocSet = CoalescingBitVector<uint64_t>; typedef
287 VarLocSet::Allocator Alloc;
881 void getUsedRegs(const VarLocSet &CollectFrom,
894 VarLocSet::Allocator &Alloc;
895 VarLocSet VarLocs;
990 std::unique_ptr<VarLocSet> &VLS = Locs[MBB]; in getVarLocsInMBB()
992 VLS = std::make_unique<VarLocSet>(Alloc); in getVarLocsInMBB()
1155 VarLocSet RemoveSet(Alloc); in erase()
2045 VarLocSet &OutLocVLS = *OL->second; in join()
2065 VarLocSet KillSet(Alloc); in join()
[all …]