Searched refs:PopulateIndices (Results 1 – 1 of 1) sorted by relevance
500 auto PopulateIndices = [&](SetVector<GlobalVariable *> &LDSGlobals, in populateLDSToReplacementIndicesMap() local513 PopulateIndices(SwLDSVector, Idx); in populateLDSToReplacementIndicesMap()514 PopulateIndices(LDSParams.DirectAccess.StaticLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()515 PopulateIndices(LDSParams.IndirectAccess.StaticLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()516 PopulateIndices(LDSParams.DirectAccess.DynamicLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()517 PopulateIndices(LDSParams.IndirectAccess.DynamicLDSGlobals, Idx); in populateLDSToReplacementIndicesMap()