Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp906 const VarLocSet &getVarLocs() const { return VarLocs; } in getVarLocs() function in __anone47b3af90111::VarLocBasedLDV::OpenRangesSet
951 return iterator_range<VarLocSet::const_iterator>(getVarLocs().end(), in getEmptyVarLocRange()
952 getVarLocs().end()); in getEmptyVarLocRange()
957 return LocIndex::indexRangeForLocation(getVarLocs(), Reg); in getRegisterVarLocs()
962 return LocIndex::indexRangeForLocation(getVarLocs(), in getSpillVarLocs()
970 getVarLocs(), LocIndex::kEntryValueBackupLocation); in getEntryValueBackupVarLocs()
975 return LocIndex::indexRangeForLocation(getVarLocs(), in getWasmVarLocs()
1608 getUsedRegs(OpenRanges.getVarLocs(), UsedRegs); in transferRegisterDef()
1635 collectIDsForRegs(KillSet, DeadRegs, OpenRanges.getVarLocs(), VarLocIDs); in transferRegisterDef()
1926 Changed = VLS != OpenRanges.getVarLocs(); in transferTerminator()
[all …]