Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp212 using VarLocSet = CoalescingBitVector<uint64_t>; typedef
274 static auto indexRangeForLocation(const VarLocSet &Set, in indexRangeForLocation()
297 VarLocSet::Allocator Alloc;
798 SmallDenseMap<const MachineBasicBlock *, std::unique_ptr<VarLocSet>>;
821 const VarLocSet &CollectFrom,
826 void getUsedRegs(const VarLocSet &CollectFrom,
839 VarLocSet::Allocator &Alloc;
840 VarLocSet VarLocs;
848 OpenRangesSet(VarLocSet::Allocator &Alloc, OverlapMap &_OLapMap) in OpenRangesSet()
851 const VarLocSet &getVarLocs() const { return VarLocs; } in getVarLocs()
[all …]