Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp193 using VarLocSet = CoalescingBitVector<uint64_t>; typedef
278 VarLocSet::Allocator Alloc;
811 void getUsedRegs(const VarLocSet &CollectFrom,
824 VarLocSet::Allocator &Alloc;
825 VarLocSet VarLocs;
914 std::unique_ptr<VarLocSet> &VLS = Locs[MBB]; in getVarLocsInMBB()
916 VLS = std::make_unique<VarLocSet>(Alloc); in getVarLocsInMBB()
1077 VarLocSet RemoveSet(Alloc); in erase()
1943 VarLocSet &OutLocVLS = *OL->second; in join()
1963 VarLocSet KillSet(Alloc); in join()
[all …]