Searched refs:NextReloadMap (Results 1 – 1 of 1) sorted by relevance
126 DenseMap<unsigned, unsigned> NextReloadMap; member553 NextReloadMap.clear(); in runOnMachineFunction()932 DenseMap<unsigned, unsigned>::iterator I = NextReloadMap.find(cur->reg); in hasNextReloadInterval()933 if (I == NextReloadMap.end()) in hasNextReloadInterval()1261 NextReloadMap.insert(std::make_pair(LastReload->reg, ReloadLi->reg)); in assignRegOrStackSlotAtInterval()1409 NextReloadMap.insert(std::make_pair(LastReload->reg, ReloadLi->reg)); in assignRegOrStackSlotAtInterval()