Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp909 const VarLocSet &getVarLocs() const { return VarLocs; } in getVarLocs() function in __anon28d3adc20111::VarLocBasedLDV::OpenRangesSet
954 return iterator_range<VarLocSet::const_iterator>(getVarLocs().end(), in getEmptyVarLocRange()
955 getVarLocs().end()); in getEmptyVarLocRange()
960 return LocIndex::indexRangeForLocation(getVarLocs(), Reg); in getRegisterVarLocs()
965 return LocIndex::indexRangeForLocation(getVarLocs(), in getSpillVarLocs()
973 getVarLocs(), LocIndex::kEntryValueBackupLocation); in getEntryValueBackupVarLocs()
978 return LocIndex::indexRangeForLocation(getVarLocs(), in getWasmVarLocs()
1620 getUsedRegs(OpenRanges.getVarLocs(), UsedRegs); in transferRegisterDef()
1647 collectIDsForRegs(KillSet, DeadRegs, OpenRanges.getVarLocs(), VarLocIDs); in transferRegisterDef()
1935 Changed = VLS != OpenRanges.getVarLocs(); in transferTerminator()
[all …]