Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp836 const VarLocSet &getVarLocs() const { return VarLocs; } in getVarLocs() function in __anon32558ef20111::VarLocBasedLDV::OpenRangesSet
881 return iterator_range<VarLocSet::const_iterator>(getVarLocs().end(), in getEmptyVarLocRange()
882 getVarLocs().end()); in getEmptyVarLocRange()
887 return LocIndex::indexRangeForLocation(getVarLocs(), Reg); in getRegisterVarLocs()
892 return LocIndex::indexRangeForLocation(getVarLocs(), in getSpillVarLocs()
900 getVarLocs(), LocIndex::kEntryValueBackupLocation); in getEntryValueBackupVarLocs()
1531 getUsedRegs(OpenRanges.getVarLocs(), UsedRegs); in transferRegisterDef()
1558 collectIDsForRegs(KillSet, DeadRegs, OpenRanges.getVarLocs(), VarLocIDs); in transferRegisterDef()
1825 Changed = VLS != OpenRanges.getVarLocs(); in transferTerminator()
1829 VLS = OpenRanges.getVarLocs(); in transferTerminator()