Lines Matching refs:getVarLocs
909 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()
1939 VLS = OpenRanges.getVarLocs(); in transferTerminator()