Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp851 const VarLocSet &getVarLocs() const { return VarLocs; } in getVarLocs() function in __anon250db9ad0111::VarLocBasedLDV::OpenRangesSet
896 return iterator_range<VarLocSet::const_iterator>(getVarLocs().end(), in getEmptyVarLocRange()
897 getVarLocs().end()); in getEmptyVarLocRange()
902 return LocIndex::indexRangeForLocation(getVarLocs(), Reg); in getRegisterVarLocs()
907 return LocIndex::indexRangeForLocation(getVarLocs(), in getSpillVarLocs()
915 getVarLocs(), LocIndex::kEntryValueBackupLocation); in getEntryValueBackupVarLocs()
1492 getUsedRegs(OpenRanges.getVarLocs(), UsedRegs); in transferRegisterDef()
1515 collectIDsForRegs(KillSet, DeadRegs, OpenRanges.getVarLocs(), VarLocIDs); in transferRegisterDef()
1782 Changed = VLS != OpenRanges.getVarLocs(); in transferTerminator()
1786 VLS = OpenRanges.getVarLocs(); in transferTerminator()