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.cpp193 using VarLocSet = CoalescingBitVector<uint64_t>; typedef
266 static auto indexRangeForLocation(const VarLocSet &Set, in indexRangeForLocation()
289 VarLocSet::Allocator Alloc;
852 SmallDenseMap<const MachineBasicBlock *, std::unique_ptr<VarLocSet>>;
879 const VarLocSet &CollectFrom,
884 void getUsedRegs(const VarLocSet &CollectFrom,
897 VarLocSet::Allocator &Alloc;
898 VarLocSet VarLocs;
906 OpenRangesSet(VarLocSet::Allocator &Alloc, OverlapMap &_OLapMap) in OpenRangesSet()
909 const VarLocSet &getVarLocs() const { return VarLocs; } in getVarLocs()
[all …]