Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp195 using VarLocSet = CoalescingBitVector<uint64_t>; typedef
264 static auto indexRangeForLocation(const VarLocSet &Set, in indexRangeForLocation()
287 VarLocSet::Allocator Alloc;
849 SmallDenseMap<const MachineBasicBlock *, std::unique_ptr<VarLocSet>>;
876 const VarLocSet &CollectFrom,
881 void getUsedRegs(const VarLocSet &CollectFrom,
894 VarLocSet::Allocator &Alloc;
895 VarLocSet VarLocs;
903 OpenRangesSet(VarLocSet::Allocator &Alloc, OverlapMap &_OLapMap) in OpenRangesSet()
906 const VarLocSet &getVarLocs() const { return VarLocs; } in getVarLocs()
[all …]